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