Mark Scherer 9 years ago
parent
commit
4176da09c9
1 changed files with 3 additions and 0 deletions
  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';
 
 	/**