Re: Testing controllers - 3.x

2014-08-09 Thread José Lorenzo
I'll take a look at this. In theory you should not need to declare all 
components

On Friday, August 8, 2014 11:04:41 PM UTC+2, Thomas von Hassel wrote:
>
> Hey good people 
>
>
> When i test controllers and want to mock certain methods on the 
> controller, i use ->generate(), but i have to also define components that 
> already are defined in the controller, and if i want to use the real 
> components i have to stub out dummy method on the component to make it 
> work. 
>
> Is this the intended behaviour ? 
>
> /thomas 
>
>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


Testing controllers - 3.x

2014-08-08 Thread Thomas von Hassel
Hey good people


When i test controllers and want to mock certain methods on the controller, i 
use ->generate(), but i have to also define components that already are defined 
in the controller, and if i want to use the real components i have to stub out 
dummy method on the component to make it work.

Is this the intended behaviour ?

/thomas

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.