This commit is contained in:
euromark 2014-12-23 13:46:55 +01:00
parent 53f1390b7d
commit d089341ee7

View file

@ -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)