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:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-22 08:21:26 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-22 08:21:26 +0400
commit11d70993cacfb70d7cc634fd237d64fbe896d359 (patch)
treec6eaa939db58aa4bf649f2821e334ece126e9734 /tests/PHPUnit/phpunit.xml.dist
parent2b4a530829d5b7f43116fba924014a5be109e286 (diff)
Re-enable all tests.
Diffstat (limited to 'tests/PHPUnit/phpunit.xml.dist')
-rw-r--r--tests/PHPUnit/phpunit.xml.dist3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index 5c88e5ec0e..a88ad6f47c 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -37,8 +37,7 @@
<directory>./Core</directory>
</testsuite>
<testsuite name="IntegrationTests">
- <!-- <directory>./Integration</directory> -->
- <file>./Integration/NoVisitTest.php</file>
+ <directory>./Integration</directory>
</testsuite>
<!-- NOTE: UI Tests are not included here since they significantly add to the test run time. -->
</testsuites>