mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-03 14:17:56 +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
|
||||
// PHPUnit turns trigger_error into exceptions as well
|
||||
error_reporting($error_level);
|
||||
ob_end_clean();
|
||||
throw $exception;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user