diff --git a/.travis.yml b/.travis.yml index 6c4cc8038..c3559fa1b 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 src/tests/ + - phpunit ServerSuiteTest src/tests/ServerSuiteTest.php notifications: email: false diff --git a/src/tests/ServerSuiteTest.php b/src/tests/ServerSuiteTest.php index aa9382147..0418ed135 100644 --- a/src/tests/ServerSuiteTest.php +++ b/src/tests/ServerSuiteTest.php @@ -15,6 +15,7 @@ if(class_exists("PHPUnit_Framework_TestCase", false)){ public function testRead(){ define("NO_THREADS", true); + define("DEBUG", -1); //No output require_once(dirname(__FILE__)."/../dependencies.php"); require_once(FILE_PATH."/src/functions.php"); require_once(FILE_PATH."/src/dependencies.php"); diff --git a/src/tests/phpunit.xml b/src/tests/phpunit.xml deleted file mode 100644 index 2fa40761e..000000000 --- a/src/tests/phpunit.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - ./ - - \ No newline at end of file