Searched refs:getContent (Results 1 – 6 of 6) sorted by relevance
/dokuwiki/_test/tests/test/ |
D | scope.test.php | 14 strpos($response->getContent(), 'DokuWiki') >= 0, 26 strpos($response->getContent(), 'DokuWiki') >= 0, 38 strpos($response->getContent(), 'DokuWiki') >= 0, 45 strpos($response->getContent(), 'DokuWiki') >= 0,
|
D | basic.test.php | 36 strpos($response->getContent(), 'DokuWiki') !== false, 63 $this->assertTrue(strpos($response->getContent(), 'Andreas Gohr') !== false); 87 $this->assertTrue(strpos($response->getContent(), 'Andreas Gohr') !== false); 119 $this->assertTrue(strpos($response->getContent(), 'Andreas Gohr') !== false); 177 $this->assertTrue(strpos($response->getContent(), 'Netiquette') !== false);
|
D | edit_and_save.test.php | 25 $content = $response->getContent(); 58 $content = $response->getContent(); 108 $content = $response->getContent(); 141 $content = $response->getContent();
|
/dokuwiki/_test/tests/lib/exe/ |
D | ajax_requests.test.php | 41 $this->assertNotEquals("AJAX call '$call' unknown!\n", $response->getContent()); 44 $this->assertMatchesRegularExpression($regexp, $response->getContent()); 51 $this->assertEquals('', $response->getContent()); 58 $this->assertEquals("AJAX call '$call' unknown!\n", $response->getContent()); 120 $this->assertEquals("captured event BEFORE\ncaptured event AFTER", $response->getContent());
|
D | fetch_imagetoken.test.php | 53 $this->assertTrue((bool)($response->getContent())); 91 $this->assertEquals(strlen($response->getContent()), $bytes);
|
/dokuwiki/_test/core/ |
D | TestResponse.php | 40 public function getContent() { function in TestResponse
|