aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_test/mock
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2018-04-27 21:31:06 +0200
committerAndreas Gohr <andi@splitbrain.org>2018-04-27 21:31:06 +0200
commita087da71ea972d05ca659a1e9406c87aa7ae258b (patch)
tree4283f37174aaa0c46e537bd7a0cea7be5ad840f4 /_test/mock
parent42c2870a34a345aabdf35fb49fa8aa0b54fde2b2 (diff)
downloaddokuwiki-a087da71ea972d05ca659a1e9406c87aa7ae258b.tar.gz
dokuwiki-a087da71ea972d05ca659a1e9406c87aa7ae258b.zip
fixed broken tests
I also introduced an auto loaded namespace for the tests.
Diffstat (limited to '_test/mock')
-rw-r--r--_test/mock/DokuWiki_Auth_Plugin.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/_test/mock/DokuWiki_Auth_Plugin.php b/_test/mock/DokuWiki_Auth_Plugin.php
new file mode 100644
index 000000000..9014b020f
--- /dev/null
+++ b/_test/mock/DokuWiki_Auth_Plugin.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace dokuwiki\test\mock;
+
+/**
+ * Class DokuWiki_Auth_Plugin
+ */
+class DokuWiki_Auth_Plugin extends \DokuWiki_Auth_Plugin {
+
+}