summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_testing/README1
-rw-r--r--_testing/phpunit.xml3
2 files changed, 3 insertions, 1 deletions
diff --git a/_testing/README b/_testing/README
index 91ad1f202..57a819934 100644
--- a/_testing/README
+++ b/_testing/README
@@ -32,5 +32,4 @@ Bad tests are tests that do not run out of the box.
==== TODO ====
- * plugin unit tests
* integration tests (+plugins) \ No newline at end of file
diff --git a/_testing/phpunit.xml b/_testing/phpunit.xml
index 62ab4005f..f9cb57b17 100644
--- a/_testing/phpunit.xml
+++ b/_testing/phpunit.xml
@@ -7,6 +7,9 @@
<testsuite name="Default Unit Tests">
<directory suffix=".test.php">unittests/</directory>
</testsuite>
+ <testsuite name="Plugin tests">
+ <directory suffix=".test.php">../lib/plugins/*/_testing</directory>
+ </testsuite>
</testsuites>
</phpunit>