public function testGetCallable() { $callable = $this->getInvokedObject(); $reflectedCallable = new CallableReflection($callable); $this->assertSame($callable, $reflectedCallable->getCallable()); }