Skip to content

Commit

Permalink
Phpunit - fix
Browse files Browse the repository at this point in the history
For more information, see:
sebastianbergmann/phpunit#1265
  • Loading branch information
Pedro Amorim committed Oct 18, 2017
1 parent 09f4af3 commit 99056c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false"
testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader"
testSuiteLoaderFile="./vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php"
strict="false"
verbose="false">
<testsuites>
Expand Down

0 comments on commit 99056c3

Please sign in to comment.