From bce736feebb861f953f6083869b5d9b2bc214176 Mon Sep 17 00:00:00 2001 From: Thomas Steur <thomas.steur@gmail.com> Date: Thu, 7 Nov 2013 04:49:31 +0000 Subject: [PATCH] refs #1673 move it to correct testsuite --- tests/PHPUnit/phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist index 8b2b53b9a4..896f1b3163 100644 --- a/tests/PHPUnit/phpunit.xml.dist +++ b/tests/PHPUnit/phpunit.xml.dist @@ -32,10 +32,10 @@ <testsuites> <testsuite name="IntegrationTests"> <directory>./Integration</directory> - <directory>../../plugins/*/tests</directory> </testsuite> <testsuite name="PluginTests"> <directory>./Plugins</directory> + <directory>../../plugins/*/tests</directory> </testsuite> <testsuite name="CoreTests"> <directory>./Core</directory> -- GitLab