diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-01-14 08:21:22 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-01-14 08:21:22 +0100 |
commit | 30b90257784ae25a5e30c968b4c9391bb47ff1a1 (patch) | |
tree | e713b4ed313ec7850d17db05dc463a719c00ff83 | |
parent | b1e758012b3d801d5ab266e53e830fb7091508a2 (diff) | |
download | dokuwiki-30b90257784ae25a5e30c968b4c9391bb47ff1a1.tar.gz dokuwiki-30b90257784ae25a5e30c968b4c9391bb47ff1a1.zip |
added plugins group to test
-rw-r--r-- | lib/plugins/extension/_test/extension.test.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plugins/extension/_test/extension.test.php b/lib/plugins/extension/_test/extension.test.php index 97726d212..453b95e79 100644 --- a/lib/plugins/extension/_test/extension.test.php +++ b/lib/plugins/extension/_test/extension.test.php @@ -14,6 +14,7 @@ class mock_helper_plugin_extension_extension extends helper_plugin_extension_ext /** * @group plugin_extension + * @group plugins */ class helper_plugin_extension_extension_test extends DokuWikiTest { |