Skip to content

Commit f4d7b87

Browse files
Merge branch '4.0' into 4.1
2 parents 3aff387 + dc84240 commit f4d7b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Util/PHP/Template/TestCaseMethod.tpl.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ set_include_path('{include_path}');
66
$composerAutoload = {composerAutoload};
77
$phar = {phar};
88

9+
ob_start();
10+
911
if ($composerAutoload) {
1012
require_once $composerAutoload;
1113
define('PHPUNIT_COMPOSER_INSTALL', $composerAutoload);
1214
} else if ($phar) {
1315
require $phar;
1416
}
1517

16-
ob_start();
17-
1818
function __phpunit_run_isolated_test()
1919
{
2020
if (!class_exists('{className}')) {

0 commit comments

Comments
 (0)