Пример #1
0
 public static function suite()
 {
     $suite = new PHPUnit_Framework_TestSuite('Centurion Suite : Image');
     $suite->addTest(Centurion_Image_Adapter_AllTests::suite());
     return $suite;
 }