From 54b4170022f6e2eefed49022f15722e6b9a0fbc9 Mon Sep 17 00:00:00 2001 From: Gareth Ellis Date: Tue, 5 Jan 2016 11:57:40 +0000 Subject: [PATCH] Add doc block for testAction magic method to enable IDE autocompletion in test classes --- lib/Cake/TestSuite/ControllerTestCase.php | 1 + 1 file changed, 1 insertion(+) 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 {