public function testGetClosureForInvokedObject()
 {
     $reflectedCallable = new CallableReflection($this->getInvokedObject());
     $this->assertNull($reflectedCallable->getClosure());
 }