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