mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-09 08:43:13 +08:00
Added stricter types for mocks
This commit is contained in:
@@ -19,9 +19,9 @@ use function Functional\map;
|
||||
class UpdateGeoLiteDbTest extends TestCase
|
||||
{
|
||||
private UpdateGeoLiteDb $listener;
|
||||
private MockObject $dbUpdater;
|
||||
private MockObject $logger;
|
||||
private MockObject $eventDispatcher;
|
||||
private MockObject & GeolocationDbUpdaterInterface $dbUpdater;
|
||||
private MockObject & LoggerInterface $logger;
|
||||
private MockObject & EventDispatcherInterface $eventDispatcher;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user