Browse Source

Remove output buffering from test suite

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19837 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 16 years ago
parent
commit
3f042ab55b
1 changed files with 0 additions and 5 deletions
  1. 0 5
      tests/TestHelper.php

+ 0 - 5
tests/TestHelper.php

@@ -20,11 +20,6 @@
  */
 
 /*
- * Start output buffering
- */
-ob_start();
-
-/*
  * Include PHPUnit dependencies
  */
 require_once 'PHPUnit/Framework.php';