예제 #1
0
파일: all.php 프로젝트: Debenson/openwan
 static function suite()
 {
     $dir = dirname(__FILE__);
     $suite = new UT_Core_All('UT_Core_Suite');
     $suite->addTestFiles(array("{$dir}/basic.php", "{$dir}/cache.php", "{$dir}/coll.php", "{$dir}/context.php", "{$dir}/config.php", "{$dir}/loadclass.php", "{$dir}/objects.php"));
     return $suite;
 }
예제 #2
0
파일: all.php 프로젝트: Debenson/openwan
 static function suite()
 {
     $suite = new UT_All('UT_Core_Suite');
     $suite->addTestSuite(UT_Core_All::suite());
     $suite->addTestSuite(UT_Form_All::suite());
     return $suite;
 }