Searched refs:setPagemtime (Results 1 – 2 of 2) sorted by relevance
/plugin/farmsync/_test/ |
H A D | pageUpdate.test.php | 59 $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 D | FarmSyncUtil.php | 64 public function setPagemtime($animal, $page, $timestamp) { function in dokuwiki\\plugin\\farmsync\\test\\mock\\FarmSyncUtil
|