diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-10-06 16:54:44 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-10-06 16:54:44 +0200 |
commit | 7840324d1522858cf4a504321e3a341cd35e44b6 (patch) | |
tree | a8b283b2137387d06f4fec4b26f27838ac731ae0 /_test | |
parent | 94c0297d119ce52ad794c18f26220311e3c0ed8c (diff) | |
download | rpg-7840324d1522858cf4a504321e3a341cd35e44b6.tar.gz rpg-7840324d1522858cf4a504321e3a341cd35e44b6.tar.bz2 |
enabled authplain plugin for testsuite
Diffstat (limited to '_test')
-rw-r--r-- | _test/bootstrap.php | 1 |
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', |