Esempio n. 1
0
 public static function suite()
 {
     $suite = new PHPUnit_Framework_TestSuite('PHPUnit_Framework');
     // PHPEdit Tests suites -- dot not remove this comment
     $suite->addTest(system_AllTests::suite());
     // /PHPEdit Tests suites -- dot not remove this comment
     return $suite;
 }