Exemplo n.º 1
0
 /**
  * Test the recovery of the full name.
  */
 public function testGetNameFull()
 {
     $reflectedMethod = new MethodReflection('TRex\\Reflection\\resources\\Foo', 'getFoo');
     $this->assertSame('TRex\\Reflection\\resources\\Foo::getFoo', $reflectedMethod->getName(true));
 }