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 06:08:48 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-22 06:08:48 +0400
commite88fe63e6a8aeee343c33fb12c2d912f97b0e55f (patch)
tree2411490d6adfc990241a2a8150d3aeb46e2776ef /tests/PHPUnit/phpunit.xml.dist
parentb8149b3e659a174ccc60dcabef431e3df150b5a8 (diff)
Try to isolate failure on travis.
Diffstat (limited to 'tests/PHPUnit/phpunit.xml.dist')
-rw-r--r--tests/PHPUnit/phpunit.xml.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index 3b2945a82c..4951aa7449 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -40,6 +40,7 @@
<!-- <directory>./Integration</directory> -->
<file>./Integration/AutoSuggestAPITest.php</file>
<file>./Integration/BlobReportLimitingTest.php</file>
+ <file>./Integration/CsvExportTest.php</file>
<file>./Integration/EcommerceOrderWithItemsTest.php</file>
</testsuite>
<!-- NOTE: UI Tests are not included here since they significantly add to the test run time. -->