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:
authormattab <matthieu.aubry@gmail.com>2014-01-23 05:56:12 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-23 05:56:12 +0400
commit6156407125bed54bb7e48ac67fd6041f462b7ac4 (patch)
tree9b28a2c9aeef48686023edb6fcca6bf0010d7574 /tests/PHPUnit/phpunit.xml.dist
parent8e3ccf6dd76aa72c4f0037e87760d7efae5909d0 (diff)
Refs #1673 Also allow plugin tests in the /Test folder
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 896f1b3163..6b13b5dcae 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -36,6 +36,7 @@
<testsuite name="PluginTests">
<directory>./Plugins</directory>
<directory>../../plugins/*/tests</directory>
+ <directory>../../plugins/*/Test</directory>
</testsuite>
<testsuite name="CoreTests">
<directory>./Core</directory>