ZF-3786: Unit test output problem.
Description
Correct output buffering management produces wrong tests results output. Some part of output is skipped.
Correct output buffering management produces wrong tests results output. Some part of output is skipped.
Comments
Posted by Alexander Veremyev (alexander) on 2008-07-29T04:28:49.000+0000
Output failure happened because output ob_end_clean() was used twice. The root of the problem is test failure plus catching Exception instead of Zend_Rest_Server_Exception ($this->fail() PHPUnit functionality is also based on exceptions)
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:14.000+0000
Updating for the 1.6.0 release.