diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist index fac81d35d2f07db43325f7707da1061abb38b305..575e2712810297bb14e1fe93a1a4b05e2ec9cb58 100644 --- a/tests/PHPUnit/phpunit.xml.dist +++ b/tests/PHPUnit/phpunit.xml.dist @@ -38,6 +38,13 @@ </testsuite> <testsuite name="IntegrationTests"> <!-- <directory>./Integration</directory> --> + <file>./Integration/AnnotationsTest.php</file> + <file>./Integration/ApiGetReportMetadataTest.php</file> + <file>./Integration/ApiGetReportMetadata_yearTest.php</file> + <file>./Integration/ArchiveCronTest.php</file> + <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. -->