Home
last modified time | relevance | path

Searched refs:callInaccessibleMethod (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/_test/tests/File/
DPageResolverTest.php140 … $actual = $this->callInaccessibleMethod($resolver, 'resolveStartPage', ['foo:', false, false]);
145 … $actual = $this->callInaccessibleMethod($resolver, 'resolveStartPage', ['foo:', false, false]);
150 … $actual = $this->callInaccessibleMethod($resolver, 'resolveStartPage', ['foo:', false, false]);
155 … $actual = $this->callInaccessibleMethod($resolver, 'resolveStartPage', ['foo:', false, false]);
188 $actual = $this->callInaccessibleMethod($resolver, 'resolveRelatives', [$input]);
199 … $actual = $this->callInaccessibleMethod($resolver, 'resolveAutoPlural', [$singular, '', false]);
203 … $actual = $this->callInaccessibleMethod($resolver, 'resolveAutoPlural', [$singular, '', false]);
207 … $actual = $this->callInaccessibleMethod($resolver, 'resolveAutoPlural', [$singular, '', false]);
/dokuwiki/lib/plugins/styling/_test/
Dcolors.test.php38 $output = $this->callInaccessibleMethod($plugin, 'colorType', [$input]);
69 $output = $this->callInaccessibleMethod($plugin, 'colorValue', [$input]);
/dokuwiki/_test/tests/inc/
Dhttpclient_http.test.php318 $this->callInaccessibleMethod($http, 'postEncode', [$data]),
329 $this->callInaccessibleMethod($http, 'postEncode', [$data]),
340 $this->callInaccessibleMethod($http, 'postEncode', [$data]),
351 $this->callInaccessibleMethod($http, 'postEncode', [$data]),
/dokuwiki/_test/tests/inc/parser/
Dhandler_parse_highlight_options.test.php52 $output = $this->callInaccessibleMethod($h, 'parse_highlight_options', [$input]);
/dokuwiki/lib/plugins/extension/_test/
DInstallerTest.php56 …$list = $this->callInaccessibleMethod($installer, 'findExtensions', [__DIR__ . '/testdata/' . $dir…
/dokuwiki/lib/plugins/authplain/_test/
Descaping.test.php107 $result = $this->callInaccessibleMethod($this->auth, 'splitUserData', [$test_line]);
/dokuwiki/_test/core/
DDokuWikiTest.php228 protected static function callInaccessibleMethod($obj, $func, array $args) { function in DokuWikiTest