Skip to content

Commit dfe92dc

Browse files
committed
fix phpunit test
1 parent 64710f6 commit dfe92dc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: php
33
sudo: false
44

55
php:
6-
- 5.5
76
- 5.6
87
- 7.0
98
- hhvm

phpunit.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<phpunit bootstrap="src/autoload.php">
2+
<testsuites>
3+
<testsuite name="sandboxTest">
4+
<file>tests/RestTestCase.php</file>
5+
<file>tests/SoapTestCase.php</file>
6+
<file>tests/NuSoapTestCase.php</file>
7+
</testsuite>
8+
</testsuites>
9+
</phpunit>

0 commit comments

Comments
 (0)