Skip to content

Commit

Permalink
Add doc block for testAction magic method to enable IDE autocompletio…
Browse files Browse the repository at this point in the history
…n in test classes
  • Loading branch information
Gareth Ellis committed Jan 5, 2016
1 parent 0aa8847 commit 54b4170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/TestSuite/ControllerTestCase.php
Expand Up @@ -109,6 +109,7 @@ public function afterRender($viewFile) {
* 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 {

Expand Down

0 comments on commit 54b4170

Please sign in to comment.