Skip to content

Commit b2f3c84

Browse files
author
Joan He
committed
MAGETWO-89260: Fix Travis build issues
- fix test framework unit test
1 parent e66511a commit b2f3c84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

12+
ob_start();
1213
class EnvironmentTest extends \PHPUnit\Framework\TestCase
1314
{
1415
/**
@@ -76,4 +77,4 @@ public function testEmulateSession()
7677
$this->assertSame($sessionVars, $this->_getSessionVars(), 'Super-global $_SESSION must not be affected.');
7778
$this->assertNotEmpty(session_id(), 'Global session identified has to be emulated.');
7879
}
79-
}
80+
}

0 commit comments

Comments
 (0)