Correct typo

This commit is contained in:
euromark 2014-03-19 12:47:31 +01:00
parent ee895a8bb1
commit 97c148a170

View file

@ -292,7 +292,7 @@ abstract class ControllerTestCase extends CakeTestCase {
* ### Mocks:
*
* - `methods` Methods to mock on the controller. `_stop()` is mocked by default
* - `models` Models to mock. Models are added to the ClassRegistry so they any
* - `models` Models to mock. Models are added to the ClassRegistry so any
* time they are instantiated the mock will be created. Pass as key value pairs
* with the value being specific methods on the model to mock. If `true` or
* no value is passed, the entire model will be mocked.