File tree Expand file tree Collapse file tree 4 files changed +19
-22
lines changed Expand file tree Collapse file tree 4 files changed +19
-22
lines changed Original file line number Diff line number Diff line change 11language : php
22
3- php :
4- # - 5.3 # requires old distro
5- - 5.4
6- - 5.5
7- - 5.6
8- - 7.0
9- - 7.1
10- - 7.2
11- - 7.3
12- - 7.4
13- - nightly # ignore errors, see below
14- - hhvm # ignore errors, see below
15-
163# lock distro so new future defaults will not break the build
174dist : trusty
185
196matrix :
207 include :
218 - php : 5.3
229 dist : precise
10+ - php : 5.4
11+ - php : 5.5
12+ - php : 5.6
13+ - php : 7.0
14+ - php : 7.1
15+ - php : 7.2
16+ - php : 7.3
17+ - php : 7.4
18+ - php : nightly
19+ - php : hhvm-3.18
20+ install :
21+ - composer require phpunit/phpunit:^5 --dev --no-interaction # requires legacy phpunit
2322 allow_failures :
2423 - php : nightly
25- - php : hhvm
24+ - php : hhvm-3.18
2625
2726install :
2827 - composer install --no-interaction
Original file line number Diff line number Diff line change 2121 "psr-4" : {
2222 "React\\ HttpClient\\ " : " src"
2323 }
24+ },
25+ "autoload-dev" : {
26+ "psr-4" : {
27+ "React\\ Tests\\ HttpClient\\ " : " tests"
28+ }
2429 }
2530}
Original file line number Diff line number Diff line change 88 convertWarningsToExceptions =" true"
99 processIsolation =" false"
1010 stopOnFailure =" false"
11- bootstrap =" tests/bootstrap .php"
11+ bootstrap =" vendor/autoload .php"
1212>
1313 <testsuites >
1414 <testsuite name =" React Test Suite" >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments