/**
  * Calls the TestStatic object.
  *
  * @return mixed The result of the static call.
  */
 public function callStatic()
 {
     return TestStatic::test();
 }