public function _before(\Codeception\TestCase $test) { TestPrinter::$output = ''; Config::setOutput(new TestPrinter()); }
public function _before(\Codeception\TestCase $test) { TestPrinter::$output = ''; Runner::setPrinter(new TestPrinter()); }