diff --git a/_testing/README b/_testing/README
index 91ad1f202ab764e6765118555c806f7c6843b178..57a8199342e9b7b298f879f1a0fa00f1a054ef67 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 62ab4005f1e946caa2f6fa520576e7c711c531b3..f9cb57b178e63c7f6b5b8237a24b96d824775790 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>