diff --git a/tests/DbImporterFactoryTest.php b/tests/DbImporterFactoryTest.php index 940a295..885b498 100644 --- a/tests/DbImporterFactoryTest.php +++ b/tests/DbImporterFactoryTest.php @@ -51,7 +51,7 @@ public function getCliName(): string $instance = DbImporterFactory::createFromConnection('unsupported-driver'); - expect($instance->getImportCommand())->toEqual('import-command'); + expect($instance->getImportCommand('path/to/dump/file'))->toEqual('import-command'); }); it('throws exception if no db importer instance can be created for connection')