Exemplo n.º 1
0
Arquivo: Unit.php Projeto: techart/tao
 public function __construct(Dev_Unit_TestSuite $suite = null)
 {
     $this->suite = $suite ? $suite : Dev_Unit::TestSuite();
 }