diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist index f68a30847d8c365a32414667a07bb55e2facf45f..3b2945a82c4824befdbf2dbed51458324df8999f 100644 --- a/tests/PHPUnit/phpunit.xml.dist +++ b/tests/PHPUnit/phpunit.xml.dist @@ -38,6 +38,7 @@ </testsuite> <testsuite name="IntegrationTests"> <!-- <directory>./Integration</directory> --> + <file>./Integration/AutoSuggestAPITest.php</file> <file>./Integration/BlobReportLimitingTest.php</file> <file>./Integration/EcommerceOrderWithItemsTest.php</file> </testsuite>