Ejemplo n.º 1
0
 public static function suite()
 {
     $testSuite = new CommonSuite();
     $testSuite->setName('CommonTestSuite');
     $testSuite->addTestSuite('UserCreate_NewAC');
     return $testSuite;
 }