File tree Expand file tree Collapse file tree 3 files changed +40
-1
lines changed
Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 11vendor /
2- composer.lock
2+ composer.lock
Original file line number Diff line number Diff line change 1+ language : php
2+
3+ php :
4+ - 5.4
5+ - 5.5
6+ - 5.6
7+ - hhvm
8+
9+ before_script :
10+ - travis_retry composer self-update
11+ - travis_retry composer install --prefer-source --no-interaction --dev
12+
13+ script : phpunit
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+
3+ <phpunit backupGlobals =" false"
4+ backupStaticAttributes =" false"
5+ colors =" true"
6+ convertErrorsToExceptions =" true"
7+ convertNoticesToExceptions =" true"
8+ convertWarningsToExceptions =" true"
9+ processIsolation =" false"
10+ stopOnFailure =" false"
11+ syntaxCheck =" false"
12+ bootstrap =" ./vendor/autoload.php"
13+ >
14+
15+ <testsuites >
16+ <testsuite name =" Standard Test Suite" >
17+ <directory >./tests/</directory >
18+ </testsuite >
19+ </testsuites >
20+
21+ <filter >
22+ <whitelist >
23+ <directory >./src/</directory >
24+ </whitelist >
25+ </filter >
26+ </phpunit >
You can’t perform that action at this time.
0 commit comments