예제 #1
0
 /**
  * Wrapper method to test protected method moduleExists().
  */
 public function moduleExistsWrapper($module)
 {
     return parent::moduleExists($module);
 }