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:
authorThomas Steur <thomas.steur@gmail.com>2013-11-07 08:49:31 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-11-07 08:49:31 +0400
commitbce736feebb861f953f6083869b5d9b2bc214176 (patch)
tree6c17a0085b28c8348e275f757d6c46a3725eb36e /tests/PHPUnit/phpunit.xml.dist
parent53fc1b9687ee935ae054e3f6b00fc069e68a9786 (diff)
refs #1673 move it to correct testsuite
Diffstat (limited to 'tests/PHPUnit/phpunit.xml.dist')
-rw-r--r--tests/PHPUnit/phpunit.xml.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index 8b2b53b9a4..896f1b3163 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -32,10 +32,10 @@
<testsuites>
<testsuite name="IntegrationTests">
<directory>./Integration</directory>
- <directory>../../plugins/*/tests</directory>
</testsuite>
<testsuite name="PluginTests">
<directory>./Plugins</directory>
+ <directory>../../plugins/*/tests</directory>
</testsuite>
<testsuite name="CoreTests">
<directory>./Core</directory>