Ejemplo n.º 1
0
 public static function suite()
 {
     $suite = new PHPUnit_Framework_TestSuite('Centurion contrib');
     $suite->addTest(Centurion_Contrib_Auth_AllTests::suite());
     return $suite;
 }