Searched refs:otherBacklinkingId (Results 1 – 2 of 2) sorted by relevance
/plugin/pagemove/_test/ |
H A D | pagemove.test.php | 14 var $otherBacklinkingId = 'level0:level1:other_backlinking_page'; variable in PagemovePageTest 123 saveWikiText($this->otherBacklinkingId, $text, $summary); 255 $newContent = rawWiki($this->otherBacklinkingId); 373 $newContent = rawWiki($this->otherBacklinkingId); 493 $newContent = rawWiki($this->otherBacklinkingId); 541 saveWikiText($this->otherBacklinkingId, '', 'removed');
|
/plugin/move/_test/ |
H A D | pagemove.test.php | 18 var $otherBacklinkingId = 'level0:level1:other_backlinking_page'; variable in plugin_move_pagemove_test 137 saveWikiText($this->otherBacklinkingId, $text, $summary); 138 $references = array_keys(p_get_metadata($this->otherBacklinkingId, 'relation references', METADATA_RENDER_UNLIMITED)); 139 idx_get_indexer()->addMetaKeys($this->otherBacklinkingId, 'relation_references', $references); 267 $newContent = rawWiki($this->otherBacklinkingId); 383 $newContent = rawWiki($this->otherBacklinkingId); 502 $newContent = rawWiki($this->otherBacklinkingId);
|