Lines Matching +full:- +full:- +full:verbose
46 $conf['cachetime'] = -1;
53 $verbose = false;
56 idx_addPage($val['id'], $verbose, $force);
58 //idx_addPage('bob_ross_says', $verbose, $force);
59 //idx_addPage('link', $verbose, $force);
60 //idx_addPage('backlinks_syntax', $verbose, $force);
80 $this->assertEquals(
97 $response = $request->get(array('id'=>'link'), '/doku.php');
99 $this->assertTrue(
100 strpos($response->getContent(), 'A link to Bob Ross') !== false,
107 $response = $request->get(array('id'=>'bob_ross_says'), '/doku.php');
109 $this->assertTrue(
110 strpos($response->getContent(), 'Bob Ross says') !== false,
117 $response = $request->get(array('id'=>'backlinks_syntax'), '/doku.php');
119 $this->assertTrue(
120 strpos($response->getContent(), 'Backlinks to what Bob Ross says') !== false,
124 $doc = phpQuery::newDocument($response->getContent());
126 $this->assertEquals(
128 pq('#plugin__backlinks', $doc)->length,
133 dbglog($wikilinks->text(), 'found backlinks');
134 $this->assertEquals(
136 $wikilinks->contents()->length,
141 dbglog($lastlink->text(), "last backlink");
142 $this->assertEquals(
143 $lastlink->text(),