mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Fix notices reported by latest PHPUnit version
This commit is contained in:
@@ -30,8 +30,8 @@ class ApplicationFactoryTest extends TestCase
|
||||
'baz' => 'baz',
|
||||
],
|
||||
]);
|
||||
$sm->setService('foo', CliTestUtils::createCommandMock('foo'));
|
||||
$sm->setService('bar', CliTestUtils::createCommandMock('bar'));
|
||||
$sm->setService('foo', CliTestUtils::createCommandStub('foo'));
|
||||
$sm->setService('bar', CliTestUtils::createCommandStub('bar'));
|
||||
|
||||
$instance = ($this->factory)($sm);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user