Home
last modified time | relevance | path

Searched refs:waitForTick (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dparserutils_set_metadata.test.php59 $this->waitForTick();
67 $this->waitForTick();
76 $this->waitForTick();
H A Dcommon_saveWikiText.test.php13 $this->waitForTick();
124 $this->waitForTick(true); // wait for new revision ID
153 $this->waitForTick(); // wait for new revision ID
172 $this->waitForTick(); // wait for new revision ID
192 $this->waitForTick(); // wait for new revision ID
209 $this->waitForTick(); // wait for new revision ID
231 $this->waitForTick(); // wait for new revision ID
250 $this->waitForTick(); // wait for new revision ID
308 $this->waitForTick(true); // wait for new revision ID
325 $this->waitForTick(); // wait for new revision ID
[all …]
H A Dchangelog_getlastrevisionat.test.php152 $this->waitForTick(true);
/dokuwiki/lib/plugins/config/_test/
H A DWriterTest.php57 $this->waitForTick(true);
/dokuwiki/_test/tests/Remote/
H A DApiCoreTest.php337 $this->waitForTick(true);
386 $this->waitForTick(true);
436 $this->waitForTick(true);
512 $this->waitForTick();
880 $this->waitForTick();
/dokuwiki/_test/core/
H A DDokuWikiTest.php213 protected function waitForTick($init = false) function in DokuWikiTest