mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-12 01:54:41 +08:00
Updated to coding standard v2.1
This commit is contained in:
@@ -34,7 +34,7 @@ class SingleStepCreateShortUrlActionTest extends TestCase
|
||||
[
|
||||
'schema' => 'http',
|
||||
'hostname' => 'foo.com',
|
||||
]
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@ class SingleStepCreateShortUrlActionTest extends TestCase
|
||||
return $argument;
|
||||
}),
|
||||
[],
|
||||
ShortUrlMeta::createEmpty()
|
||||
ShortUrlMeta::createEmpty(),
|
||||
)->willReturn(new ShortUrl(''));
|
||||
|
||||
$resp = $this->action->handle($request);
|
||||
|
||||
Reference in New Issue
Block a user