summaryrefslogtreecommitdiff
path: root/_test/bootstrap.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-10-06 16:54:44 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-10-06 16:54:44 +0200
commit7840324d1522858cf4a504321e3a341cd35e44b6 (patch)
treea8b283b2137387d06f4fec4b26f27838ac731ae0 /_test/bootstrap.php
parent94c0297d119ce52ad794c18f26220311e3c0ed8c (diff)
downloadrpg-7840324d1522858cf4a504321e3a341cd35e44b6.tar.gz
rpg-7840324d1522858cf4a504321e3a341cd35e44b6.tar.bz2
enabled authplain plugin for testsuite
Diffstat (limited to '_test/bootstrap.php')
-rw-r--r--_test/bootstrap.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/_test/bootstrap.php b/_test/bootstrap.php
index 310b3627a..732fef9ed 100644
--- a/_test/bootstrap.php
+++ b/_test/bootstrap.php
@@ -27,6 +27,7 @@ define('DOKU_TMP_DATA', TMP_DIR.'/data/');
// default plugins
$default_plugins = array(
+ 'authplain',
'acl',
'config',
'info',