mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-23 07:33:58 -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(
|
||||
new Route(
|
||||
'',
|
||||
$this->prophesize(MiddlewareInterface::class)->reveal(),
|
||||
$this->createMock(MiddlewareInterface::class),
|
||||
['GET'],
|
||||
RedirectAction::class,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user