コード例 #1
0
 public function testGetCallable()
 {
     $callable = $this->getInvokedObject();
     $reflectedCallable = new CallableReflection($callable);
     $this->assertSame($callable, $reflectedCallable->getCallable());
 }