@@ -81,7 +81,7 @@ discard block |
||
| 81 | 81 | strpos($response->getContent(), 'A link to Bob Ross') !== false, |
| 82 | 82 | 'A link to Bob Ross was not in the output' |
| 83 | 83 | ); |
| 84 | - } |
|
| 84 | + } |
|
| 85 | 85 | |
| 86 | 86 | public function testBacklinks() { |
| 87 | 87 | $request = new TestRequest(); |
@@ -104,7 +104,7 @@ discard block |
||
| 104 | 104 | //print "wikilink[0]:\n"; |
| 105 | 105 | //print_r(pq($wikilink->contents()[0], $doc)); |
| 106 | 106 | $this->assertEquals($wikilink->contents()[3],'A link to Bob Ross', |
| 107 | - 'There should be a link to Bob Ross'); |
|
| 107 | + 'There should be a link to Bob Ross'); |
|
| 108 | 108 | } |
| 109 | 109 | |
| 110 | 110 | public function testInclude() { |
@@ -125,7 +125,7 @@ discard block |
||
| 125 | 125 | $wikilink = pq('.idx .li .wikilink1', $doc); |
| 126 | 126 | $this->assertEquals(1, $wikilink->length, 'There should be 1 backlink'); |
| 127 | 127 | $this->assertEquals($wikilink->contents()[0],'An included link to Bob Ross', |
| 128 | - 'There should be a link to "An included link to Bob Ross"'); |
|
| 128 | + 'There should be a link to "An included link to Bob Ross"'); |
|
| 129 | 129 | } |
| 130 | 130 | |
| 131 | 131 | public function testExclude() { |