mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Add doc block for testAction magic method to enable IDE autocompletion in test classes
This commit is contained in:
parent
0aa8847762
commit
54b4170022
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue