diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2015-05-17 13:30:16 +0200 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2015-05-17 13:30:16 +0200 |
commit | 1149562b6ec3eea6503204a9757611326b108dc9 (patch) | |
tree | 5d7be6e7ae37f1a0fc66f22a027274788066f7d6 /lib | |
parent | 4c353447a306680af86c38db3ef592e29a0cbe60 (diff) | |
parent | b9e2f0546e334add4084195d07568a352bee5091 (diff) | |
download | rpg-1149562b6ec3eea6503204a9757611326b108dc9.tar.gz rpg-1149562b6ec3eea6503204a9757611326b108dc9.tar.bz2 |
Merge branch 'master' into local_conf_negation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/extension/_test/extension.test.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/extension/_test/extension.test.php b/lib/plugins/extension/_test/extension.test.php index 453b95e79..d4f13201d 100644 --- a/lib/plugins/extension/_test/extension.test.php +++ b/lib/plugins/extension/_test/extension.test.php @@ -14,7 +14,9 @@ class mock_helper_plugin_extension_extension extends helper_plugin_extension_ext /** * @group plugin_extension + * @group admin_plugins * @group plugins + * @group bundled_plugins */ class helper_plugin_extension_extension_test extends DokuWikiTest { |