We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64710f6 commit dfe92dcCopy full SHA for dfe92dc
.travis.yml
@@ -3,7 +3,6 @@ language: php
3
sudo: false
4
5
php:
6
- - 5.5
7
- 5.6
8
- 7.0
9
- hhvm
phpunit.xml
@@ -0,0 +1,9 @@
1
+<phpunit bootstrap="src/autoload.php">
2
+ <testsuites>
+ <testsuite name="sandboxTest">
+ <file>tests/RestTestCase.php</file>
+ <file>tests/SoapTestCase.php</file>
+ <file>tests/NuSoapTestCase.php</file>
+ </testsuite>
+ </testsuites>
+</phpunit>
0 commit comments