From dc79c8c11ad49633353215904266f3e07f44e20a Mon Sep 17 00:00:00 2001 From: Paul Klimov Date: Thu, 28 Nov 2013 11:05:23 +0200 Subject: [PATCH] Sphinx ignore group removed from phpunit run script --- .travis.yml | 2 +- phpunit.xml.dist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6eeec4c..b7aea47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_script: - tests/unit/data/travis/sphinx-setup.sh #script: -# - phpunit --coverage-clover tests/unit/runtime/coveralls/clover.xml --verbose --exclude-group mssql,oci,wincache,xcache,zenddata,vendor,sphinx +# - phpunit --coverage-clover tests/unit/runtime/coveralls/clover.xml --verbose --exclude-group mssql,oci,wincache,xcache,zenddata,vendor #after_script: # - php vendor/bin/coveralls diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 1f3056e..92c0793 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -11,7 +11,7 @@ - + framework/yii/helpers/Json.php framework/yii/helpers/StringHelper.php framework/yii/helpers/VarDumper.php @@ -20,7 +20,7 @@ framework/yii/helpers/FileHelper.php framework/yii/helpers/ArrayHelper.php framework/yii/helpers/Console.php - framework/yii/i18n/GettextFile.php + framework/yii/i18n/GettextFile.php framework/yii/web/ResponseFormatterInterface.php framework/yii/base framework/yii/db/mssql