From ff5dd2461f6818307f080bc66d2f652be3173188 Mon Sep 17 00:00:00 2001 From: Jay Patel Date: Sun, 21 Sep 2014 21:01:53 -0500 Subject: [PATCH] Updated Testing Framework fixing Travis Builds - Created separate PHPUnit Test for Integration --- .travis.yml | 3 +++ phpunit.integration.xml | 32 ++++++++++++++++++++++++++++++++ phpunit.xml | 4 +--- 3 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 phpunit.integration.xml diff --git a/.travis.yml b/.travis.yml index a0c7ff0..31f16bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ php: - 5.5 - 5.6 - hhvm +env: + - CONFIGURATION_FILE=phpunit.xml + - CONFIGURATION_FILE=phpunit.integration.xml matrix: allow_failures: - php: hhvm diff --git a/phpunit.integration.xml b/phpunit.integration.xml new file mode 100644 index 0000000..3738b96 --- /dev/null +++ b/phpunit.integration.xml @@ -0,0 +1,32 @@ + + + + + + tests + + + + + + + + + + + + ./lib + + + + + \ No newline at end of file diff --git a/phpunit.xml b/phpunit.xml index 8aec30d..d298fb2 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -17,9 +17,7 @@ - - integration - + integration