summaryrefslogtreecommitdiff
path: root/_test/phpunit.xml
diff options
context:
space:
mode:
authorTobias Sarnowski <sarnowski@cosmocode.de>2012-04-18 12:41:00 +0200
committerTobias Sarnowski <sarnowski@cosmocode.de>2012-04-18 12:42:56 +0200
commit5a0eec47d375f076d810160503bdd303f8cf62a0 (patch)
tree7a1357494dca8f165a1493c9d0ee065bcb596702 /_test/phpunit.xml
parenta7920343ec88c99072c8b292c7441f89766a50b8 (diff)
downloadrpg-5a0eec47d375f076d810160503bdd303f8cf62a0.tar.gz
rpg-5a0eec47d375f076d810160503bdd303f8cf62a0.tar.bz2
for consistency, also use _test directory for plugins
Diffstat (limited to '_test/phpunit.xml')
-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>