Skip to content

Commit 3c24e40

Browse files
committed
Fix test assets autoloading
1 parent 5d16666 commit 3c24e40

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

tests/integration/MetadataTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
final class MetadataTest extends TestCase
1717
{
18-
const FILE = __DIR__ . '/Reflection/Metadata/example.php';
18+
const FILE = __DIR__ . '/Metadata/example.php';
1919

2020
public function testCustomMetadata(): void
2121
{

0 commit comments

Comments
 (0)