Browse Source

Fix phpcs error

jeffblack360 10 years ago
parent
commit
eeb48f4d4c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/BasicsTest.php

+ 0 - 1
tests/TestCase/BasicsTest.php

@@ -67,7 +67,6 @@ class BasicsTest extends TestCase
         $two = [];
         $result = array_diff_key($one, $two);
         $this->assertSame($one, $result);
-
     }
 
     /**