Home
last modified time | relevance | path

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

/plugin/farmsync/_test/
H A DpageUpdate.test.php60 $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 DFarmSyncUtil.php73 public function setPageContent($animal, $page, $content) { function in dokuwiki\\plugin\\farmsync\\test\\mock\\FarmSyncUtil