It also seems with the output buffering, not all of them are being ended in some of the unit tests. This leads to very large amount of memory usage. To run the all tests suite it's taking more than 160MB.
-- /James On Thu, Apr 17, 2008 at 8:29 PM, James Dempster <[EMAIL PROTECTED]> wrote: > Is there any reason why the unit tests are output buffered? > > -- TestHelper.php #22 -- > /* > * Start output buffering > */ > ob_start(); > > -- > /James >
