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 năm trước cách đây
mục cha
commit
3f042ab55b
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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';