We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7be7b45 + c04998d commit 8529c82Copy full SHA for 8529c82
tests/Doctrine/Tests/Persistence/Mapping/AnnotationDriverTest.php
@@ -18,7 +18,7 @@ class AnnotationDriverTest extends TestCase
18
public function testGetAllClassNames(string $path): void
19
{
20
$reader = new AnnotationReader();
21
- $driver = new SimpleAnnotationDriver($reader, [__DIR__ . '/_files/annotation']);
+ $driver = new SimpleAnnotationDriver($reader, $path);
22
23
$classes = $driver->getAllClassNames();
24
0 commit comments