1
0
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:
Nils Adermann 2010-10-25 16:17:29 +02:00
parent ee0993a8a6
commit 9b4da98653

View File

@ -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;
}