We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9aced82 + 48a30cf commit 127bd5cCopy full SHA for 127bd5c
.travis.yml
@@ -2,7 +2,6 @@ sudo: false
2
language: php
3
4
php:
5
- - 5.3
6
- 5.4
7
- 5.5
8
- 5.6
phpunit.xml.dist
@@ -13,7 +13,7 @@
13
stopOnFailure="false"
14
stopOnIncomplete="false"
15
stopOnSkipped="false"
16
- testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader"
+ testSuiteLoaderFile="./vendor/phpunit/phpunit/PHPUnit/Runner/StandardTestSuiteLoader.php"
17
strict="false"
18
verbose="false">
19
<testsuites>
0 commit comments