diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist index 082591ec29c654170c871dd3bf72a348badc1ffd..6f28da9019e1e6c5cc583a3e30a1f8f70fcb4757 100644 --- a/tests/PHPUnit/phpunit.xml.dist +++ b/tests/PHPUnit/phpunit.xml.dist @@ -51,12 +51,7 @@ <directory>./Unit</directory> <directory>../../plugins/*/tests/Unit</directory> <directory>../../plugins/*/Test/Unit</directory> - </testsuite> - <testsuite name="UITests"> - <directory>./UI</directory> - <directory>../../plugins/*/tests/UI</directory> - <directory>../../plugins/*/Test/UI</directory> - </testsuite> + </testsuite>s <testsuite name="PluginTests"> <directory>../../plugins/*/tests</directory> <directory>../../plugins/*/Test</directory>