Skip to content

Commit 8529c82

Browse files
authored
Merge pull request #244 from doctrine/2.3.x
Merge 2.3.x up into 2.4.x
2 parents 7be7b45 + c04998d commit 8529c82

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)