summaryrefslogtreecommitdiff
path: root/_test
diff options
context:
space:
mode:
Diffstat (limited to '_test')
-rw-r--r--_test/phpunit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/phpunit.xml b/_test/phpunit.xml
index bb0768b90..015c6b7f0 100644
--- a/_test/phpunit.xml
+++ b/_test/phpunit.xml
@@ -9,7 +9,7 @@
<directory suffix=".test.php">tests/</directory>
</testsuite>
<testsuite name="Plugin Tests">
- <directory suffix=".test.php">../lib/plugins/*/_testing</directory>
+ <directory suffix=".test.php">../lib/plugins/*/_test</directory>
</testsuite>
</testsuites>