mirror of
https://github.com/shlinkio/shlink.git
synced 2026-09-03 19:52:51 -05:00
Fix notices reported by latest PHPUnit version
This commit is contained in:
@@ -33,7 +33,7 @@ class NotFoundTrackerMiddlewareTest extends TestCase
|
||||
|
||||
$this->request = ServerRequestFactory::fromGlobals()->withAttribute(
|
||||
NotFoundType::class,
|
||||
$this->createMock(NotFoundType::class),
|
||||
$this->createStub(NotFoundType::class),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user