示例#1
0
文件: tap.php 项目: xihewang/atoum
 public function __construct()
 {
     parent::__construct(array(runner::runStart, test::fail, test::error, test::void, test::uncompleted, test::skipped, test::exception, test::runtimeException, test::success));
 }