This wont really help but might conrtibute towards it, Im having similar issues, it seams to be my dispatch that causes the problems
Heres the test Im running : http://pastie.textmate.org/156901 Now if I run this test (yes I know it doesnt test anything) I get an error as follows 1) testNewAction(AdminControllerTests) Zend_Controller_Response_Exception: Cannot send headers; headers already sent in /home/clock/html/libs/PHPUnit/Util/Printer.php, line 145 /home/clock/html/libs/Zend/Controller/Response/Abstract.php:180 /home/clock/html/app/controllers/ErrorController.php:65 /home/clock/html/app/controllers/ErrorController.php:38 /home/clock/html/libs/Zend/Controller/Action.php:499 /home/clock/html/libs/Zend/Controller/Dispatcher/Standard.php:242 /home/clock/html/libs/Zend/Controller/Front.php:929 /home/clock/html/tests/app/controllers/AdminControllerTests.php:43 However commenting out the dispatch stops that, now I have a theory that the PHPUnit output is interferring with the output for the application but can't proove it. Or maybe its because Im using sessions within the aplplication and its having trouble setting them If I get any further I'll let you know
