Skip to content

Commit c5549d7

Browse files
author
Ben Batschelet
committed
Move output buffering to bootstrap
1 parent 0ddac3a commit c5549d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev/tests/integration/framework/tests/unit/framework/bootstrap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99

1010
require_once $rootDir . '/app/bootstrap.php';
1111
require_once $testsBaseDir . '/framework/autoload.php';
12+
13+
ob_start();

dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Bootstrap/EnvironmentTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
*/
1010
namespace Magento\Test\Bootstrap;
1111

12-
ob_start();
1312
class EnvironmentTest extends \PHPUnit\Framework\TestCase
1413
{
1514
/**

0 commit comments

Comments
 (0)