예제 #1
0
 protected function __construct($name, $description, $id)
 {
     parent::__construct($name, $description, $id);
     set_error_handler('Assert::DieOnError');
     // So warnings etc are not lost!
     ob_start();
 }
예제 #2
0
 public function setUp()
 {
     parent::setUp();
     SMB\Benchmark::clear();
 }