Browse Source

Use safer default

mscherer 7 years ago
parent
commit
56aac6238b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/TestSuite/IntegrationTestCase.php

+ 1 - 1
src/TestSuite/IntegrationTestCase.php

@@ -14,7 +14,7 @@ abstract class IntegrationTestCase extends CakeIntegrationTestCase {
 	/**
 	/**
 	 * Globally disabling error handler middleware to see the actual errors instead of cloaking.
 	 * Globally disabling error handler middleware to see the actual errors instead of cloaking.
 	 *
 	 *
-	 * Disable this when you explicitly test exception handling for controllers.
+	 * You can enable this when you don't explicitly test exception handling for controllers.
 	 *
 	 *
 	 * @var bool
 	 * @var bool
 	 */
 	 */