@@ -15,6 +15,6 @@ |
||
| 15 | 15 | $tmp[] = $dictionary[0]; |
| 16 | 16 | } |
| 17 | 17 | |
| 18 | - return $tmp; |
|
| 18 | + return $tmp; |
|
| 19 | 19 | } |
| 20 | 20 | } |
@@ -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 | } |