diff options
Diffstat (limited to '_testing/README')
-rw-r--r-- | _testing/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/_testing/README b/_testing/README index 02f00fd5d..5b55639cb 100644 --- a/_testing/README +++ b/_testing/README @@ -12,4 +12,9 @@ The easiest way to install phpunit is via pear: pear install pear.phpunit.de/PHPUnit ==== Run unit tests ==== - phpunit -c _testing/unittest.xml
\ No newline at end of file + phpunit -c _testing/unittest.xml + +==== Bad tests ==== +Bad tests are tests that do not run out of the box. + + * inc/auth_aclcheck
\ No newline at end of file |