Skip to content

Commit 508d4da

Browse files
committed
Show Guzzle tests
1 parent bfe774a commit 508d4da

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
- SUITE="curl" PACKAGE="php-http/curl-client:dev-master zendframework/zend-diactoros"
1414
- SUITE="Socket" PACKAGE="php-http/socket-client:dev-master php-http/client-common"
1515
- SUITE="Guzzle6" PACKAGE="php-http/guzzle6-adapter:dev-master"
16+
- SUITE="Guzzle" PACKAGE="guzzlehttp/guzzle:dev-master"
1617
- SUITE="React" PACKAGE="php-http/react-adapter:dev-master"
1718
- SUITE="Buzz" PACKAGE="php-http/buzz-adapter:dev-master"
1819
- SUITE="CakePHP" PACKAGE="php-http/cakephp-adapter:dev-master"

phpunit.xml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<testsuite name="Socket">
1111
<directory>vendor/php-http/socket-client/tests</directory>
1212
</testsuite>
13+
<testsuite name="Guzzle">
14+
<file>vendor/guzzlehttp/guzzle/tests/HttplugIntegrationTest.php</file>
15+
</testsuite>
1316
<testsuite name="Guzzle5">
1417
<directory>vendor/php-http/guzzle5-adapter/tests</directory>
1518
</testsuite>

0 commit comments

Comments
 (0)