Searched refs:outputBufferingLevel (Results 1 – 1 of 1) sorted by relevance
250 private $outputBufferingLevel; variable in PHPUnit_Framework_TestCase2204 $this->outputBufferingLevel = ob_get_level();2209 if (ob_get_level() != $this->outputBufferingLevel) {2210 while (ob_get_level() >= $this->outputBufferingLevel) {2233 $this->outputBufferingLevel = ob_get_level();