ソースを参照

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
 	 */