mirror of
https://github.com/shlinkio/shlink.git
synced 2025-01-11 00:22:04 -06:00
Migrated NotFoundTemplateHandlerTest to use PHPUnit mocks
This commit is contained in:
parent
230e56370a
commit
d842025835
@ -56,7 +56,7 @@ class NotFoundTemplateHandlerTest extends TestCase
|
|||||||
RouteResult::fromRoute(
|
RouteResult::fromRoute(
|
||||||
new Route(
|
new Route(
|
||||||
'',
|
'',
|
||||||
$this->prophesize(MiddlewareInterface::class)->reveal(),
|
$this->createMock(MiddlewareInterface::class),
|
||||||
['GET'],
|
['GET'],
|
||||||
RedirectAction::class,
|
RedirectAction::class,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user