Searched refs:callInaccessibleMethod (Results 1 – 7 of 7) sorted by relevance
/dokuwiki/_test/tests/File/ |
D | PageResolverTest.php | 140 … $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/ |
D | colors.test.php | 38 $output = $this->callInaccessibleMethod($plugin, 'colorType', [$input]); 69 $output = $this->callInaccessibleMethod($plugin, 'colorValue', [$input]);
|
/dokuwiki/_test/tests/inc/ |
D | httpclient_http.test.php | 318 $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/ |
D | handler_parse_highlight_options.test.php | 52 $output = $this->callInaccessibleMethod($h, 'parse_highlight_options', [$input]);
|
/dokuwiki/lib/plugins/extension/_test/ |
D | InstallerTest.php | 56 …$list = $this->callInaccessibleMethod($installer, 'findExtensions', [__DIR__ . '/testdata/' . $dir…
|
/dokuwiki/lib/plugins/authplain/_test/ |
D | escaping.test.php | 107 $result = $this->callInaccessibleMethod($this->auth, 'splitUserData', [$test_line]);
|
/dokuwiki/_test/core/ |
D | DokuWikiTest.php | 228 protected static function callInaccessibleMethod($obj, $func, array $args) { function in DokuWikiTest
|