Lines Matching +full:- +full:- +full:verbose
51 $conf['cachetime'] = -1;
52 $verbose = false;
59 idx_addPage($val['id'], $verbose, $force);
61 //idx_addPage('bob_ross_says', $verbose, $force);
62 //idx_addPage('link', $verbose, $force);
63 //idx_addPage('backlinks_syntax', $verbose, $force);
85 $this->assertEquals(
105 $response = $request->get(array('id' => 'link'), '/doku.php');
107 $this->assertTrue(
108 str_contains($response->getContent(), 'A link to Bob Ross'),
116 $response = $request->get(array('id' => 'bob_ross_says'), '/doku.php');
118 $this->assertTrue(
119 str_contains($response->getContent(), 'Bob Ross says'),
127 $response = $request->get(array('id' => 'backlinks_syntax'), '/doku.php');
129 $this->assertTrue(
130 str_contains($response->getContent(), 'Backlinks to what Bob Ross says'),
134 $doc = phpQuery::newDocument($response->getContent());
136 $this->assertEquals(
138 pq('#plugin__backlinks', $doc)->length,
143 Logger::debug('found backlinks', $wikilinks->text());
144 $this->assertEquals(
146 $wikilinks->contents()->length,
151 Logger::debug("last backlink", $lastlink->text());
152 $this->assertEquals(
154 $lastlink->text(),