diff --git a/lib/Cake/TestSuite/ControllerTestCase.php b/lib/Cake/TestSuite/ControllerTestCase.php index 03d78011a..534a46cbe 100644 --- a/lib/Cake/TestSuite/ControllerTestCase.php +++ b/lib/Cake/TestSuite/ControllerTestCase.php @@ -109,6 +109,7 @@ class InterceptContentHelper extends Helper { * ControllerTestCase class * * @package Cake.TestSuite + * @method mixed testAction() testAction($url, $options = array()) Lets you do functional tests of a controller action. */ abstract class ControllerTestCase extends CakeTestCase {