コード例 #1
0
ファイル: MethodReflectionTest.php プロジェクト: raphhh/trex
 /**
  * Test array conversion.
  */
 public function testToArray()
 {
     $reflectedMethod = new MethodReflection('TRex\\Reflection\\resources\\Foo', 'getFoo');
     $this->assertSame(array(), $reflectedMethod->toArray());
 }