Ver Fonte

Remove output buffering from test suite

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19837 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew há 16 anos atrás
pai
commit
3f042ab55b
1 ficheiros alterados com 0 adições e 5 exclusões
  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';