I am trying to test some actions in controller with CakePHP test
framework. But some actions contain exit() function not to render. If
you call that action from framework. It will kill the process, and
test cannot go further. Is there any work around for this problem?
> I am trying to test some actions in controller with CakePHP test
> framework. But some actions contain exit() function not to render. If
> you call that action from framework. It will kill the process, and
> test cannot go further. Is there any work around for this problem?
> I am trying to test some actions in controller with CakePHP test
> framework. But some actions contain exit() function not to render. If
> you call that action from framework. It will kill the process, and
> test cannot go further. Is there any work around for this problem?