Преглед изворни кода

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 година
родитељ
комит
3f042ab55b
1 измењених фајлова са 0 додато и 5 уклоњено
  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';