From 341917839788628cfee67cea0f6218bfc5f06ab5 Mon Sep 17 00:00:00 2001 From: Thomas Steur <thomas.steur@googlemail.com> Date: Mon, 6 Oct 2014 09:41:42 +0200 Subject: [PATCH] refs #5940 [skip-ci] the UiTest suite is no longer needed as they run in JS now --- tests/PHPUnit/phpunit.xml.dist | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist index 082591ec29..6f28da9019 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> -- GitLab