Home
last modified time | relevance | path

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

/plugin/farmsync/_test/
H A DpageUpdate.test.php59 $mock_farm_util->setPagemtime('testanimal', 'test:page', 1400000000);
91 $mock_farm_util->setPagemtime('testanimal', 'test:page_remoteunmodified', $oldrev);
119 $mock_farm_util->setPagemtime('testanimal', 'test:page', 1400000001);
146 $mock_farm_util->setPagemtime('testanimal', $testpage, 1400000001);
178 $mock_farm_util->setPagemtime('testanimal', $testpage, 1400000001);
/plugin/farmsync/_test/mock/
H A DFarmSyncUtil.php64 public function setPagemtime($animal, $page, $timestamp) { function in dokuwiki\\plugin\\farmsync\\test\\mock\\FarmSyncUtil