Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/lib/exe/
H A Dfetch_imagetoken.test.php38 function fetchResponse($token){ function in fetch_imagetoken_test
51 $response = $this->fetchResponse($valid_token);
66 $response = $this->fetchResponse($valid_token);
77 $this->assertEquals(412,$this->fetchResponse($invalid_token)->getStatusCode());
86 $this->assertEquals(412,$this->fetchResponse($no_token)->getStatusCode());
101 $response = $this->fetchResponse($token);