Browse Source

Added new line

Robbert Noordzij 11 years ago
parent
commit
f82bf59e07
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/TestCase/TestSuite/IntegrationTestCaseTest.php

+ 1 - 0
tests/TestCase/TestSuite/IntegrationTestCaseTest.php

@@ -84,6 +84,7 @@ class IntegrationTestCaseTest extends IntegrationTestCase
         $this->assertEquals('/tasks/view?archived=yes', $request->here());
         $this->assertEquals('yes', $request->query('archived'));
     }
+
     /**
      * Test sending get requests.
      *