diff --git a/.travis.yml b/.travis.yml index c3559fa1b..ef870b338 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_script: - pecl install channel://pecl.php.net/pthreads-0.0.44 script: - - phpunit ServerSuiteTest src/tests/ServerSuiteTest.php + - phpunit --configuration phpunit.xml notifications: email: false diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 000000000..cdfdb09c0 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,7 @@ + + + + src/tests + + + \ No newline at end of file