Skip to content

Commit e697331

Browse files
committed
Adjust tests to new constructor signature
1 parent 7bbb041 commit e697331

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AppBundle/Tests/ProjectImport/ImportProjectTaskTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace AppBundle\Tests\Task;
44

55
use AppBundle\Entity\Project;
6+
use AppBundle\Factory\VcsDriverFactory;
67
use AppBundle\ProjectImport\ImportProjectTask;
78
use AppBundle\ProjectImport\PackageVersionFetcher;
89
use AppBundle\ProjectImport\ProjectProviderInterface;
@@ -25,6 +26,7 @@ protected function setUp(): void
2526
$this->getEntityManagerMock(),
2627
$this->getProjectProviderMock(),
2728
$this->getPackageVersionFetcherMock(),
29+
$this->createMock(VcsDriverFactory::class),
2830
new NullLogger()
2931
);
3032
}

0 commit comments

Comments
 (0)