From d089341ee7872ec3d50740535dea29901992ce70 Mon Sep 17 00:00:00 2001 From: euromark Date: Tue, 23 Dec 2014 13:46:55 +0100 Subject: [PATCH] Wording. --- 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 2596a2695..1edd40fdd 100644 --- a/lib/Cake/TestSuite/ControllerTestCase.php +++ b/lib/Cake/TestSuite/ControllerTestCase.php @@ -210,7 +210,7 @@ abstract class ControllerTestCase extends CakeTestCase { * - `result` Get the return value of the controller action. Useful * for testing requestAction methods. * - * @param string|array $url The url to test + * @param string|array $url The URL to test. * @param array $options See options * @return mixed The specified return type. * @triggers ControllerTestCase $Dispatch, array('request' => $request)