Esempio n. 1
0
 /**
  * Calling of the helper method
  *
  * @param string $method
  * @param array $args
  * @return mixed
  */
 public function __call($method, array $args)
 {
     return TestUtil::call($method, $args);
 }