From f2e034451abb87fd28888da85a82a0a533242baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 24 Feb 2016 14:44:17 +0100 Subject: [PATCH] Remove exclusion of php-gettext from test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .scrutinizer.yml | 2 +- build.xml | 4 +--- phpunit.xml.dist | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index c4b3ba0ebb..bd208e37d4 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -3,7 +3,7 @@ imports: - javascript - php filter: - excluded_paths: [libraries/php-gettext/*, libraries/bfShapeFiles/*, PMAStandard/*, js/jquery/*, js/jqplot/*, js/openlayers/*, js/codemirror/*, js/canvg/*, js/tracekit/*, js/sprintf.js, test/libraries/php-gettext/*] + excluded_paths: [libraries/bfShapeFiles/*, PMAStandard/*, js/jquery/*, js/jqplot/*, js/openlayers/*, js/codemirror/*, js/canvg/*, js/tracekit/*, js/sprintf.js] tools: php_code_sniffer: config: diff --git a/build.xml b/build.xml index 8f66ead544..1f30680b15 100644 --- a/build.xml +++ b/build.xml @@ -67,7 +67,6 @@ --exclude PMAStandard --exclude build --exclude vendor - --exclude libraries/php-gettext --exclude libraries/bfShapeFiles ${source}" /> @@ -80,7 +79,6 @@ --exclude PMAStandard --exclude build --exclude vendor - --exclude libraries/php-gettext --exclude libraries/bfShapeFiles ${source}" /> @@ -89,7 +87,7 @@ libraries/php-gettext - libraries/php-gettext libraries/bfShapeFiles PMAStandard