mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Wording.
This commit is contained in:
parent
53f1390b7d
commit
d089341ee7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue