Пример #1
0
 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
 static function suite()
 {
     $suite = new UT_All('UT_Core_Suite');
     $suite->addTestSuite(UT_Core_All::suite());
     $suite->addTestSuite(UT_Form_All::suite());
     return $suite;
 }