Browse Source

Fix PHPCS errors

Dustin Haggard 8 years ago
parent
commit
a04a36d472
1 changed files with 0 additions and 2 deletions
  1. 0 2
      tests/TestCase/ORM/TableTest.php

+ 0 - 2
tests/TestCase/ORM/TableTest.php

@@ -1738,8 +1738,6 @@ class TableTest extends TestCase
         $this->assertSame($table, $result);
     }
 
-
-
     /**
      * Test adding multiple behaviors to a table.
      *