mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-03 22:27:54 +02:00
[task/mssql-db-tests] PHPUnit output got stuck after unterminated ob_start.
PHPBB3-9868
This commit is contained in:
parent
ee0993a8a6
commit
9b4da98653
@ -36,6 +36,7 @@ class phpbb_template_template_test extends phpbb_test_case
|
|||||||
// reset the error level even when an error occured
|
// reset the error level even when an error occured
|
||||||
// PHPUnit turns trigger_error into exceptions as well
|
// PHPUnit turns trigger_error into exceptions as well
|
||||||
error_reporting($error_level);
|
error_reporting($error_level);
|
||||||
|
ob_end_clean();
|
||||||
throw $exception;
|
throw $exception;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user