@@ -133,7 +133,4 @@ |
||
133 | 133 | $this->assertTrue($result->wasSuccessful()); |
134 | 134 | $this->assertFileExists('box/robo.txt'); |
135 | 135 | $contents = file_get_contents('box/robo.txt'); |
136 | - $this->assertContains('Hello robo.li!', $contents); |
|
137 | - } |
|
138 | -} |
|
139 | - |
|
136 | + $this->assertContains('Hello robo.li!', $contents |
|
140 | 137 | \ No newline at end of file |