mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-10 09:17:39 +01:00
while running bootstrap extension unit tests which were failing first I found phpunit complaining about risky tests because output buffers were not closed correctly. This change fixes this problem. close #7844