Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Ungureanu <udan1107@gmail.com>2015-07-23 03:23:55 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-07-23 03:23:55 +0300
commite724dbb6912ac50382aaa79e9e5d5b5e12f92227 (patch)
tree6ff4adffede964fcbdaacb7343c0abf6c966f0b7 /phpunit.xml.dist
parent465a9ed5f2dd649e96c8d45bfa109e959a39fcd8 (diff)
The test folder was included in coverage.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 2a89e42e9f..3177bf201b 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -36,10 +36,13 @@
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
</logging>
+
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">.</directory>
<exclude>
+ <!-- excluding the tests from the coverage -->
+ <directory>test/</directory>
<!-- we don't care about coverage of embedded libraries -->
<directory suffix=".inc">libraries/php-gettext</directory>
<directory suffix=".php">libraries/bfShapeFiles</directory>