| @@ -9,11 +9,11 @@ | ||
| 9 | 9 |      { | 
| 10 | 10 | public function testSimilarText() | 
| 11 | 11 |          { | 
| 12 | -            $this->assertTrue(100.0===similarText('qwerty', 'ytrewq')); | |
| 13 | -            $this->assertTrue(similarText('qwerty', 'ytreq')>=80); | |
| 12 | +            $this->assertTrue(100.0 === similarText('qwerty', 'ytrewq')); | |
| 13 | +            $this->assertTrue(similarText('qwerty', 'ytreq') >= 80); | |
| 14 | 14 |              $this->assertTrue(similarButNotEqual('qwerty', 'ytrewq')); | 
| 15 | 15 |              $this->assertTrue(areAnagrams('qwerty', 'ytrewq')); | 
| 16 | -            $this->assertTrue(0.0===similarText('qwerty', ';lkjhg')); | |
| 16 | +            $this->assertTrue(0.0 === similarText('qwerty', ';lkjhg')); | |
| 17 | 17 | } | 
| 18 | 18 | } | 
| 19 | 19 | } |