diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist index 3b2945a82c4824befdbf2dbed51458324df8999f..4951aa7449662ca6fec9a935760942350ad2c0a5 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. -->