Passed
Push — master ( 89a6fa...8fb280 )
by Akpé Aurelle Emmanuel Moïse
01:41
created
tests/Similar_textTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,11 +9,11 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.