From becbdfe7b2d8dfb2449667d9f4783c76257df325 Mon Sep 17 00:00:00 2001 From: Dominik Eckelmann Date: Sat, 7 Apr 2012 00:07:39 +0200 Subject: added plugin unit tests to phpunit config plugin unit tests are in /lib/plugins//_testing --- _testing/README | 1 - _testing/phpunit.xml | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 @@ unittests/ + + ../lib/plugins/*/_testing + -- cgit v1.2.3