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