Skip to content

Commit bb0485a

Browse files
committed
Fixing test after #180 missed updating this usage
1 parent 8e72f30 commit bb0485a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Doctrine/EntityRegeneratorTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ private function doTestRegeneration(string $sourceDir, Kernel $kernel, string $n
9292
$doctrineHelper,
9393
$fileManager,
9494
new Generator($fileManager, 'App\\'),
95-
// project root: just used to fetch the autoloader
96-
// and in this case, we want to use *our* autoloader
97-
__DIR__.'/../../',
9895
$overwrite
9996
);
10097

0 commit comments

Comments
 (0)