diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist index d115f1ad20ae45bf3a741dbef74513822ee39edd..6778b37a8b5a891822c5453c77bad94d548ddb19 100644 --- a/tests/PHPUnit/phpunit.xml.dist +++ b/tests/PHPUnit/phpunit.xml.dist @@ -39,7 +39,9 @@ <testsuite name="IntegrationTests"> <directory>./Integration</directory> </testsuite> - <!-- NOTE: UI Tests are not included here since they significantly add to the test run time. --> + <testsuite name="UITests"> + <directory>./UI</directory> + </testsuite> </testsuites> <!--