ndm2 10 years ago
parent
commit
44b86bc21b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/TestCase/Network/ResponseTest.php

+ 2 - 1
tests/TestCase/Network/ResponseTest.php

@@ -1175,7 +1175,8 @@ class ResponseTest extends TestCase
      * @expectedExceptionMessage The requested file contains `..` and will not be read.
      * @return void
      */
-    public function testFileWithBackwardSlashPathTraversal() {
+    public function testFileWithBackwardSlashPathTraversal()
+    {
         $response = new Response();
         $response->file('my\..\cat.gif');
     }