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-18 08:43:31 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-18 08:43:31 +0400
commit45805eab85631173fce88002c59f1dc48f714f28 (patch)
tree67e9a94a2abde9cc16862da5ad8233df3123f023 /tests/PHPUnit/phpunit.xml.dist
parent8315931e5fbf0012a4a7a76cf3634850e529d72c (diff)
Adding UItests to the phpunit.xml
Diffstat (limited to 'tests/PHPUnit/phpunit.xml.dist')
-rw-r--r--tests/PHPUnit/phpunit.xml.dist4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index d115f1ad20..6778b37a8b 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -39,7 +39,9 @@
<testsuite name="IntegrationTests">
<directory>./Integration</directory>
</testsuite>
- <!-- NOTE: UI Tests are not included here since they significantly add to the test run time. -->
+ <testsuite name="UITests">
+ <directory>./UI</directory>
+ </testsuite>
</testsuites>
<!--