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
path: root/tests
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-06-26 13:43:49 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-06-26 13:43:49 +0400
commiteaba66dd6c8872f775e069567b5c5174facbd0a6 (patch)
tree614150853a0c2d891e2604192a00f5e917ad7a6d /tests
parentf3787062fa25032825f335cbec693e98bb5fa642 (diff)
Investigating travis build failure... (32nd commit)
Diffstat (limited to 'tests')
-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 cd836ed4ca..622757f3b0 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -37,7 +37,7 @@
<directory>./Core</directory>
</testsuite>
<testsuite name="IntegrationTests">
- <file>./Integration/NoVisitTest.php</file>
+ <directory>./Integration</directory>
</testsuite>
</testsuites>