chocolate-cakephp
chocolate-cakephp copied to clipboard
Automatically complete dynamic properties as mocks in tests
When completing properties on a controller/component/view, investigate whether it's possible to check if the object is a mock, and whether properties will be mocked, and then return a mock object as part of the type of the property, in addition to its original type.