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.
1 parent 178b942 commit 942c1edCopy full SHA for 942c1ed
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