From f82bf59e07dc6c9f068a1e562e48d0802271dc07 Mon Sep 17 00:00:00 2001 From: Robbert Noordzij Date: Mon, 4 May 2015 16:23:56 +0200 Subject: [PATCH] Added new line --- tests/TestCase/TestSuite/IntegrationTestCaseTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestCase/TestSuite/IntegrationTestCaseTest.php b/tests/TestCase/TestSuite/IntegrationTestCaseTest.php index 93d42349c97..65dbaffff8f 100644 --- a/tests/TestCase/TestSuite/IntegrationTestCaseTest.php +++ b/tests/TestCase/TestSuite/IntegrationTestCaseTest.php @@ -84,6 +84,7 @@ public function testRequestBuildingQueryParameters() $this->assertEquals('/tasks/view?archived=yes', $request->here()); $this->assertEquals('yes', $request->query('archived')); } + /** * Test sending get requests. *