Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Feed/
H A DFeedParserTest.php32 … protected function fetchedFile($status, $error, $body, $headers = ['content-type' => 'text/xml']) function in dokuwiki\\test\\Feed\\FeedParserTest
64 $file = $this->fetchedFile(200, '', self::FEED);
76 $file = $this->fetchedFile(-100, 'Could not connect to server', '');