mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix spacing
This commit is contained in:
parent
54b4170022
commit
af487e7f89
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +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.
|
||||
* @method mixed testAction() testAction($url, $options = array()) Lets you do functional tests of a controller action.
|
||||
*/
|
||||
abstract class ControllerTestCase extends CakeTestCase {
|
||||
|
||||
|
|
Loading…
Reference in a new issue