File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 7
7
- hhvm
8
8
9
9
before_script :
10
- - composer self-update
11
- - composer install --prefer-source --no-interaction --dev
10
+ - composer install --prefer-source -n
12
11
13
- script : phpunit
12
+ script : phpunit -c phpunit.travis.xml
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <phpunit backupGlobals =" false"
3
+ backupStaticAttributes =" false"
4
+ bootstrap =" vendor/autoload.php"
5
+ colors =" true"
6
+ convertErrorsToExceptions =" true"
7
+ convertNoticesToExceptions =" true"
8
+ convertWarningsToExceptions =" true"
9
+ processIsolation =" false"
10
+ stopOnFailure =" false"
11
+ syntaxCheck =" false" >
12
+ <testsuites >
13
+ <testsuite name =" WebPush Test Suite" >
14
+ <directory suffix =" .php" >./tests/</directory >
15
+ </testsuite >
16
+ </testsuites >
17
+ </phpunit >
You can’t perform that action at this time.
0 commit comments