mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-17 15:59:56 +03:00
Migrated NotFoundTemplateHandlerTest to use PHPUnit mocks
This commit is contained in:
parent
230e56370a
commit
d842025835
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue