Re: [fw-general] problem with PHPUnit and testing a controller

2009-11-02 Thread A.J. Brown
What exactly do you mean when you say it's failing? Is the assertion failing? On Mon, Nov 2, 2009 at 7:31 AM, water wrote: > I am writing some tests for a zf app. Most of them are very simple but the > first one where I am actually posting data is failing. Since my other ones > are working, I th

[fw-general] problem with PHPUnit and testing a controller

2009-11-02 Thread water
I am writing some tests for a zf app. Most of them are very simple but the first one where I am actually posting data is failing. Since my other ones are working, I think that most likely, it is set up correctly but I'm not sure what next step would be (grabbing values out of the the dispatcher?