Searched refs:setPageContent (Results 1 – 2 of 2) sorted by relevance
/plugin/farmsync/_test/ |
H A D | pageUpdate.test.php | 60 $mock_farm_util->setPageContent('testanimal', 'test:page', 'ABC'); 92 $mock_farm_util->setPageContent('testanimal', 'test:page_remoteunmodified', 'ABC'); 120 $mock_farm_util->setPageContent('testanimal', 'test:page', 'ABCD'); 147 $mock_farm_util->setPageContent('testanimal', $testpage, "ABC\n\nDEFY\n"); 179 $mock_farm_util->setPageContent('testanimal', $testpage, "ABCY\n\nDEF\n");
|
/plugin/farmsync/_test/mock/ |
H A D | FarmSyncUtil.php | 73 public function setPageContent($animal, $page, $content) { function in dokuwiki\\plugin\\farmsync\\test\\mock\\FarmSyncUtil
|