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-09-25 19:29:28 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-25 19:29:28 +0400
commit1774c104812ccbcb4a0b368a55d9e39f628f2550 (patch)
tree43d59a67e23263d1a3ed6f58abd124af4d9ee114 /tests/PHPUnit/phpunit.xml.dist
parent95d244e5189eb3f5490aa2c6dbf296ee1973a375 (diff)
refs #5940 starting to rename test suites
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 313d136753..3035150bbd 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -31,7 +31,7 @@
</php>
<testsuites>
- <testsuite name="IntegrationTests">
+ <testsuite name="SystemTests">
<directory>./Integration</directory>
</testsuite>
<testsuite name="PluginTests">