File tree Expand file tree Collapse file tree 3 files changed +25
-15
lines changed Expand file tree Collapse file tree 3 files changed +25
-15
lines changed Original file line number Diff line number Diff line change 10
10
- 7.1
11
11
12
12
env :
13
- global :
14
- - TEST_COMMAND="composer test"
15
- matrix :
16
- - PACKAGE="php-http/curl-client:dev-master" SUITE="curl"
17
- - PACKAGE="php-http/socket-client:dev-master" SUITE="Socket"
18
- - PACKAGE="php-http/guzzle5-adapter:dev-master" SUITE="Guzzle5"
19
- - PACKAGE="php-http/guzzle6-adapter:dev-master" SUITE="Guzzle6"
20
- - PACKAGE="php-http/react-adapter:dev-master" SUITE="React"
21
- - PACKAGE="php-http/buzz-adapter:dev-master" SUITE="Buzz"
13
+ - SUITE="curl" PACKAGE="php-http/curl-client:dev-master zendframework/zend-diactoros"
14
+ - SUITE="Socket" PACKAGE="php-http/socket-client:dev-master php-http/client-common"
15
+ - SUITE="Guzzle5" PACKAGE="php-http/guzzle5-adapter:dev-master"
16
+ - SUITE="Guzzle6" PACKAGE="php-http/guzzle6-adapter:dev-master"
17
+ - SUITE="React" PACKAGE="php-http/react-adapter:dev-master"
18
+ - SUITE="Buzz" PACKAGE="php-http/buzz-adapter:dev-master"
19
+ - SUITE="CakePHP" PACKAGE="php-http/buzz-adapter:dev-master"
20
+ - SUITE="Zend" PACKAGE="php-http/buzz-adapter:dev-master"
21
+
22
+ matrix :
23
+ allow_failures :
24
+ - env : SUITE="Socket" PACKAGE="php-http/socket-client:dev-master php-http/client-common"
22
25
23
26
branches :
24
27
except :
@@ -32,7 +35,7 @@ install:
32
35
- travis_retry composer update --prefer-source --no-interaction
33
36
34
37
before_script :
35
- - vendor/ bin/http_test_server > /dev/null 2>&1 &
38
+ - bin/http_test_server > /dev/null 2>&1 &
36
39
37
40
script :
38
41
- ./vendor/bin/phpunit --testsuite ${SUITE}
Original file line number Diff line number Diff line change 20
20
"php-http/httplug" : " ^1.0" ,
21
21
"php-http/message" : " ^1.0" ,
22
22
"guzzlehttp/psr7" : " ^1.0" ,
23
- "th3n3rd/cartesian-product" : " ^0.3" ,
24
- "php-http/guzzle6-adapter" : " ^1.1"
23
+ "th3n3rd/cartesian-product" : " ^0.3"
25
24
},
26
25
"autoload" : {
27
26
"psr-4" : {
30
29
},
31
30
"autoload-dev" : {
32
31
"psr-4" : {
33
- "Http\\ Adapter \\ Curl\\ Tests\\ " : " vendor/php-http/curl-client/tests/" ,
34
- "Http\\ Adapter \\ Socket\\ Tests\\ " : " vendor/php-http/socket-client/tests/" ,
32
+ "Http\\ Client \\ Curl\\ Tests\\ " : " vendor/php-http/curl-client/tests/" ,
33
+ "Http\\ Client \\ Socket\\ Tests\\ " : " vendor/php-http/socket-client/tests/" ,
35
34
"Http\\ Adapter\\ Guzzle5\\ Tests\\ " : " vendor/php-http/guzzle5-adapter/tests/" ,
36
35
"Http\\ Adapter\\ Guzzle6\\ Tests\\ " : " vendor/php-http/guzzle6-adapter/tests/" ,
37
36
"Http\\ Adapter\\ Buzz\\ Tests\\ " : " vendor/php-http/buzz-adapter/tests/" ,
38
- "Http\\ Adapter\\ React\\ Tests\\ " : " vendor/php-http/react-adapter/tests/"
37
+ "Http\\ Adapter\\ React\\ Tests\\ " : " vendor/php-http/react-adapter/tests/" ,
38
+ "Http\\ Adapter\\ Cake\\ Tests\\ " : " vendor/php-http/cachephp-adapter/tests/" ,
39
+ "Http\\ Adapter\\ Zend\\ Tests\\ " : " vendor/php-http/zend-adapter/tests/"
39
40
}
40
41
},
41
42
"bin" : [
Original file line number Diff line number Diff line change 19
19
<testsuite name =" React" >
20
20
<directory >vendor/php-http/react-adapter/tests</directory >
21
21
</testsuite >
22
+ <testsuite name =" CakePHP" >
23
+ <directory >vendor/php-http/cakephp-adapter/tests</directory >
24
+ </testsuite >
25
+ <testsuite name =" Zend" >
26
+ <directory >vendor/php-http/zend-adapter/tests</directory >
27
+ </testsuite >
22
28
</testsuites >
23
29
<php >
24
30
<server name =" TEST_SERVER" value =" http://127.0.0.1:10000/server.php" />
You can’t perform that action at this time.
0 commit comments