/**
  * @covers PhSpring\Reflection\ReflectionClass::__call
  */
 public function callUndefinedMethod()
 {
     $this->object->getDummy();
 }