Skip to content

Commit 942c1ed

Browse files
committed
Use input parameter in test
I forgot this crucial part in my previous PR
1 parent 178b942 commit 942c1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Doctrine/Tests/Persistence/Mapping/AnnotationDriverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class AnnotationDriverTest extends TestCase
1818
public function testGetAllClassNames(string $path): void
1919
{
2020
$reader = new AnnotationReader();
21-
$driver = new SimpleAnnotationDriver($reader, [__DIR__ . '/_files/annotation']);
21+
$driver = new SimpleAnnotationDriver($reader, $path);
2222

2323
$classes = $driver->getAllClassNames();
2424

0 commit comments

Comments
 (0)