Mark Scherer 9 年之前
父节点
当前提交
4176da09c9
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tests/TestCase/Controller/Component/CommonComponentTest.php

+ 3 - 0
tests/TestCase/Controller/Component/CommonComponentTest.php

@@ -197,6 +197,9 @@ class CommonComponentTest extends TestCase {
  */
 class CommonComponentTestController extends Controller {
 
+	/**
+	 * @var string
+	 */
 	public $name = 'MyController';
 
 	/**