Example #1
0
 /**
  * Regular suite
  *
  * All tests except those that require output buffering.
  *
  * @return PHPUnit_Framework_TestSuite
  */
 public static function suite()
 {
     $suite = new PHPUnit_Framework_TestSuite('Firal CMS - Modules');
     $suite->addTest(Modules_Default_AllTests::suite());
     return $suite;
 }