From 392c8d273e59f9f9020fb4b7eda0dd15d87d7e7c Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Wed, 28 Aug 2013 16:48:50 +0200 Subject: [PATCH] phpunit configuration file --- .travis.yml | 2 +- phpunit.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 phpunit.xml 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