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