Browse Source

Fixing style errors.

stickler-ci 8 years ago
parent
commit
b9cff2794c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/TestSuite/IntegrationTestCase.php

+ 1 - 1
src/TestSuite/IntegrationTestCase.php

@@ -508,7 +508,7 @@ abstract class IntegrationTestCase extends TestCase
             $this->_exception = $e;
             //not passing the request it more accurately reflects what would happen if the global default
             //exception handler was invoked
-            $this->_handleError($e,null);
+            $this->_handleError($e, null);
         }
     }