getInheritedProperties() 공개 메소드

{@inheritDoc}
 /**
  * @covers phpDocumentor\Descriptor\TraitDescriptor::getInheritedProperties
  */
 public function testGetInheritedProperties()
 {
     $this->assertInstanceOf('phpDocumentor\\Descriptor\\Collection', $this->fixture->getInheritedProperties());
     $collection = $this->fixture->getInheritedProperties();
     $this->assertEquals(0, $collection->count());
 }