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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2014-08-21 13:17:09 +0400
committersgiehl <stefan@piwik.org>2014-08-21 13:17:09 +0400
commit4bf8ddc3fb5cc0b80fcd264c261e7c2008007970 (patch)
treeca716ba0c8fc44dcf88ddd89907311a2b3746313 /tests/PHPUnit/phpunit.xml.dist
parent670970349c9a1305e28f7975e601ed468945590e (diff)
refs #4224 - ignore SecurityInfo plugin in code coverage
Diffstat (limited to 'tests/PHPUnit/phpunit.xml.dist')
-rw-r--r--tests/PHPUnit/phpunit.xml.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index e9c403593f..313d136753 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -54,6 +54,7 @@
<exclude>
<directory suffix=".php">../../core/Updates</directory>
<directory suffix=".php">../../plugins/Example*</directory>
+ <directory suffix=".php">../../plugins/SecurityInfo*</directory>
<directory suffix=".php">../../plugins/*/Updates</directory>
<directory suffix=".php">../../plugins/*/libs</directory>
<directory suffix=".php">../../plugins/*/tests</directory>