File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 12
12
env :
13
13
global :
14
14
- TEST_COMMAND="./vendor/bin/phpunit"
15
+ matrix :
16
+ - SUITE="Guzzle"
17
+ - SUITE="Zend"
18
+ - SUITE="Slim"
19
+ - SUITE="Nyholm"
15
20
16
21
branches :
17
22
except :
18
23
- /^analysis-.*$/
24
+ - /^patch-.*$/
19
25
20
26
before_install :
21
27
- iphpenv config-rm xdebug.ini || true
@@ -24,6 +30,4 @@ install:
24
30
- travis_retry composer update --prefer-dist --no-interaction
25
31
26
32
script :
27
- - $TEST_COMMAND --testsuite Guzzle
28
- - $TEST_COMMAND --testsuite Zend
29
- - $TEST_COMMAND --testsuite Slim
33
+ - $TEST_COMMAND --testsuite $SUITE
Original file line number Diff line number Diff line change 18
18
"phpunit/phpunit" : " ^4.8 || ^5.0" ,
19
19
"zendframework/zend-diactoros" : " ^1.0" ,
20
20
"guzzlehttp/psr7" : " ^1.0" ,
21
- "slim/slim" : " ^3.0"
21
+ "slim/slim" : " ^3.0" ,
22
+ "nyholm/psr7" : " dev-master"
22
23
},
23
24
"autoload" : {
24
25
"psr-4" : {
Original file line number Diff line number Diff line change 23
23
<testsuite name =" Zend" >
24
24
<directory >./tests/Zend/</directory >
25
25
</testsuite >
26
+
27
+ <testsuite name =" Nyholm" >
28
+ <directory >./vendor/nyholm/psr7/tests/Integration/</directory >
29
+ </testsuite >
26
30
</testsuites >
27
31
28
32
<filter >
34
38
</exclude >
35
39
</whitelist >
36
40
</filter >
37
-
38
- <php >
39
- <const name =" URI_FACTORY" value =" " />
40
- <const name =" STREAM_FACTORY" value =" " />
41
- </php >
42
41
</phpunit >
You can’t perform that action at this time.
0 commit comments