コード例 #1
0
ファイル: CommonSuite.php プロジェクト: ab-k/phresco
 public static function suite()
 {
     $testSuite = new CommonSuite();
     $testSuite->setName('CommonTestSuite');
     $testSuite->addTestSuite('UserCreate_NewAC');
     return $testSuite;
 }