Lines Matching +full:dokuwiki +full:-
12 $response = $request->execute();
13 $this->assertTrue(
14 strpos($response->getContent(), 'DokuWiki') >= 0,
15 'DokuWiki was not a word in the output'
24 $response = $request->execute();
25 $this->assertTrue(
26 strpos($response->getContent(), 'DokuWiki') >= 0,
27 'DokuWiki was not a word in the output'
36 $response = $request->execute();
37 $this->assertTrue(
38 strpos($response->getContent(), 'DokuWiki') >= 0,
39 'DokuWiki was not a word in the output'
43 $response = $request->execute();
44 $this->assertTrue(
45 strpos($response->getContent(), 'DokuWiki') >= 0,
46 'DokuWiki was not a word in the output'