Home
last modified time | relevance | path

Searched refs:expectLogMessage (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/_test/tests/inc/
Dio_replaceinfile.test.php107 $this->expectLogMessage('io_replaceInFile() $oldline parameter cannot be empty');
Dcommon_saveWikiText.test.php543 $this->expectLogMessage('current file modification time is older than last');
/dokuwiki/_test/core/
DDokuWikiTest.php279 protected function expectLogMessage(string $message, string $facility = Logger::LOG_ERROR): void function in DokuWikiTest