Home
last modified time | relevance | path

Searched refs:pluginsEnabled (Results 1 – 12 of 12) sorted by relevance

/dokuwiki/_test/tests/test/
H A Dplugins.test.php9 $this->pluginsEnabled = array(
/dokuwiki/lib/plugins/testing/_test/
H A Ddummy_plugin_integration_test.test.php9 $this->pluginsEnabled = array(
/dokuwiki/_test/tests/conf/
H A DCascadeNormalTest.php10 $this->pluginsEnabled = [
H A DCascadeProtectedTest.php12 $this->pluginsEnabled = [
H A DCascadeExtraDefaultsTest.php14 $this->pluginsEnabled = [
/dokuwiki/lib/plugins/config/_test/
H A DLoaderExtraDefaultsTest.php17 protected $pluginsEnabled = ['testing']; variable in dokuwiki\\plugin\\config\\test\\LoaderExtraDefaultsTest
H A DLoaderTest.php16 protected $pluginsEnabled = ['testing']; variable in dokuwiki\\plugin\\config\\test\\LoaderTest
/dokuwiki/lib/plugins/extension/_test/
H A DManagerTest.php18 protected $pluginsEnabled = ['extension']; variable in dokuwiki\\plugin\\extension\\test\\ManagerTest
H A DExtensionTest.php16 protected $pluginsEnabled = ['extension']; variable in dokuwiki\\plugin\\extension\\test\\ExtensionTest
/dokuwiki/_test/core/
H A DDokuWikiTest.php20 protected $pluginsEnabled = array(); variable in DokuWikiTest
129 foreach ($this->pluginsEnabled as $plugin) {
/dokuwiki/lib/plugins/authplain/_test/
H A Descaping.test.php18 protected $pluginsEnabled = array('authplain'); variable in helper_plugin_authplain_escaping_test
/dokuwiki/_test/tests/Remote/
H A DApiCoreAclCheckTest.php17 protected $pluginsEnabled = array('auth_plugin_authplain'); variable in dokuwiki\\test\\Remote\\ApiCoreAclCheckTest