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@googlemail.com>2014-10-05 15:05:47 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-05 15:05:47 +0400
commit5a1eab97f54b44f57356b4276b9c9df2a8eef51b (patch)
tree83864ece2806ccf6e6bb49abf3fd65de92c13ad8 /tests/PHPUnit/phpunit.xml.dist
parent19bcd2d262343eae9d553378e4c66ce7e033b4d8 (diff)
refs #5940 put tests in correct folders, better testsuite names, some tests still fail and I cannot figure out why
Diffstat (limited to 'tests/PHPUnit/phpunit.xml.dist')
-rw-r--r--tests/PHPUnit/phpunit.xml.dist28
1 files changed, 14 insertions, 14 deletions
diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index 3035150bbd..6aef96407c 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -31,20 +31,20 @@
</php>
<testsuites>
- <testsuite name="SystemTests">
- <directory>./Integration</directory>
- </testsuite>
- <testsuite name="PluginTests">
- <directory>./Plugins</directory>
- <directory>../../plugins/*/tests</directory>
- <directory>../../plugins/*/Test</directory>
- </testsuite>
- <testsuite name="CoreTests">
- <directory>./Core</directory>
- </testsuite>
- <testsuite name="UITests">
- <directory>./UI</directory>
- </testsuite>
+ <testsuite name="SystemTests">
+ <directory>./System</directory>
+ </testsuite>
+ <testsuite name="IntegrationTests">
+ <directory>./Integration</directory>
+ <directory>../../plugins/*/tests</directory>
+ <directory>../../plugins/*/Test</directory>
+ </testsuite>
+ <testsuite name="UnitTests">
+ <directory>./Unit</directory>
+ </testsuite>
+ <testsuite name="UITests">
+ <directory>./UI</directory>
+ </testsuite>
</testsuites>
<filter>