Skip to content

Commit

Permalink
Merge pull request #531 from PedroAmorim/phpunit_fix
Browse files Browse the repository at this point in the history
Fix Phpunit config for php 7
  • Loading branch information
daviddesberg authored Jul 28, 2018
2 parents 9aced82 + 48a30cf commit 127bd5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sudo: false
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand Down
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/PHPUnit/Runner/StandardTestSuiteLoader.php"
strict="false"
verbose="false">
<testsuites>
Expand Down

0 comments on commit 127bd5c

Please sign in to comment.