Skip to content

Commit 127bd5c

Browse files
authored
Merge pull request #531 from PedroAmorim/phpunit_fix
Fix Phpunit config for php 7
2 parents 9aced82 + 48a30cf commit 127bd5c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ sudo: false
22
language: php
33

44
php:
5-
- 5.3
65
- 5.4
76
- 5.5
87
- 5.6

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)