Searched refs:setCommonAncestor (Results 1 – 2 of 2) sorted by relevance
/plugin/farmsync/_test/ |
H A D | pageUpdate.test.php | 121 $mock_farm_util->setCommonAncestor('sourceanimal', 'testanimal', 'test:page', 'ABC'); 148 $mock_farm_util->setCommonAncestor($sourceanimal, 'testanimal', $testpage, "ABC\n\nDEF\n"); 180 $mock_farm_util->setCommonAncestor($sourceanimal, 'testanimal', $testpage, "ABC\n\nDEF\n");
|
/plugin/farmsync/_test/mock/ |
H A D | FarmSyncUtil.php | 46 public function setCommonAncestor($source, $animal, $page, $content) { function in dokuwiki\\plugin\\farmsync\\test\\mock\\FarmSyncUtil
|