Skip to content

Commit ccf99a7

Browse files
committed
Fix case sensitive directory names for Tests
1 parent fea905a commit ccf99a7

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
@@ -9,7 +9,7 @@
99
convertDeprecationsToExceptions="true"
1010
processIsolation="false"
1111
stopOnFailure="false"
12-
bootstrap="./tests/bootstrap.php"
12+
bootstrap="./Tests/bootstrap.php"
1313
>
1414

1515
<testsuites>

0 commit comments

Comments
 (0)