Exemple #1
0
 public function testGetType()
 {
     $typeReflection = new TypeReflection(__CLASS__);
     $this->assertSame(__CLASS__, $typeReflection->getType());
 }