浏览代码

Use safer default

mscherer 7 年之前
父节点
当前提交
56aac6238b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.
 	 *
-	 * 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
 	 */