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-10-10 20:43:52 +0400
committersgiehl <stefan@piwik.org>2014-10-10 20:43:52 +0400
commit4b4bd25ae13c4538a9e92f9980eaba6d08152c70 (patch)
tree4f6550b25bb4c02b375767d6a6b80be4f4052f90 /tests/PHPUnit/phpunit.xml.dist
parent089e35a36138bb853a1e2d8477e258c614a158e9 (diff)
small cleanup in tests:
- renamed code coverage tests units to new structure - removed processed system test files from git, added to .gitignore
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 a900ce40df..2a8179aee4 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -72,6 +72,7 @@
<directory suffix=".php">../../plugins/*/Updates</directory>
<directory suffix=".php">../../plugins/*/libs</directory>
<directory suffix=".php">../../plugins/*/tests</directory>
+ <directory suffix=".php">../../plugins/*/Test</directory>
</exclude>
</whitelist>
</filter>