From af487e7f893daa645d6fbddbd65fdc1608cfae99 Mon Sep 17 00:00:00 2001 From: Gareth Ellis Date: Tue, 5 Jan 2016 16:39:07 +0000 Subject: [PATCH] Fix spacing --- lib/Cake/TestSuite/ControllerTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/TestSuite/ControllerTestCase.php b/lib/Cake/TestSuite/ControllerTestCase.php index 534a46cbe..b580921f9 100644 --- a/lib/Cake/TestSuite/ControllerTestCase.php +++ b/lib/Cake/TestSuite/ControllerTestCase.php @@ -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 {