@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | class Test extends \PHPUnit\Framework\TestCase |
| 4 | 4 | {
|
| 5 | - /** @test */ |
|
| 5 | + /** @test */ |
|
| 6 | 6 | public function example() |
| 7 | 7 | {
|
| 8 | - return $this->assertTrue(true); |
|
| 8 | + return $this->assertTrue(true); |
|
| 9 | 9 | } |
| 10 | 10 | } |