diff options
Diffstat (limited to '_test/lib/unittest.php')
-rw-r--r-- | _test/lib/unittest.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/_test/lib/unittest.php b/_test/lib/unittest.php deleted file mode 100644 index 220aa6c1b..000000000 --- a/_test/lib/unittest.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php -class Doku_UnitTestCase extends UnitTestCase { -} -class Doku_GroupTest extends GroupTest { -} |