Skip to content

Commit 58f7949

Browse files
author
Pedro Amorim
committed
Phpunit - fix
For more information, see: sebastianbergmann/phpunit#1265
1 parent fc11a53 commit 58f7949

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
stopOnFailure="false"
1414
stopOnIncomplete="false"
1515
stopOnSkipped="false"
16-
testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader"
16+
testSuiteLoaderFile="./vendor/phpunit/phpunit/PHPUnit/Runner/StandardTestSuiteLoader.php"
1717
strict="false"
1818
verbose="false">
1919
<testsuites>

0 commit comments

Comments
 (0)