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>2013-10-25 06:23:42 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-25 06:23:42 +0400
commit49588250de113882409aa911571b7aca425c2287 (patch)
tree4d26739d26d351e296aeb2497f5b67e76ebabafa /tests/PHPUnit/phpunit.xml.dist
parentea612f9fad44a76429b6972d1a29043f42eae09a (diff)
Run integration tests first
Diffstat (limited to 'tests/PHPUnit/phpunit.xml.dist')
-rw-r--r--tests/PHPUnit/phpunit.xml.dist6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index 0cc88760ea..43758fff74 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -30,15 +30,15 @@
</php>
<testsuites>
+ <testsuite name="IntegrationTests">
+ <directory>./Integration</directory>
+ </testsuite>
<testsuite name="PluginTests">
<directory>./Plugins</directory>
</testsuite>
<testsuite name="CoreTests">
<directory>./Core</directory>
</testsuite>
- <testsuite name="IntegrationTests">
- <directory>./Integration</directory>
- </testsuite>
<testsuite name="UITests">
<directory>./UI</directory>
</testsuite>