Skip to content

Commit af212a7

Browse files
committed
fix Arch testsuite inclusion
1 parent c03196f commit af212a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<directory suffix="Test.php">./tests/Feature</directory>
99
</testsuite>
1010
<testsuite name="Arch">
11-
<file>./tests/ArchTest.php</file>
11+
<file>tests/ArchTest.php</file>
1212
</testsuite>
1313
</testsuites>
1414
<php>

0 commit comments

Comments
 (0)