Home
last modified time | relevance | path

Searched refs:getInaccessibleProperty (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/_test/tests/inc/parser/
Dparser_quotes.test.php187 $status = $this->getInaccessibleProperty($this->H, 'status');
210 $status = $this->getInaccessibleProperty($this->H, 'status');
233 $status = $this->getInaccessibleProperty($this->H, 'status');
/dokuwiki/_test/core/
DDokuWikiTest.php246 protected static function getInaccessibleProperty($obj, $prop) { function in DokuWikiTest