소스 검색

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';