Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Search/Index/
H A DMemoryIndexTest.php27 $full = $this->getInaccessibleProperty($index, 'data');
31 $full = $this->getInaccessibleProperty($index, 'data');
37 $full = $this->getInaccessibleProperty($index, 'data');
/dokuwiki/_test/core/
H A DDokuWikiTest.php250 protected static function getInaccessibleProperty($obj, $prop) function in DokuWikiTest