public function setUp()
 {
     parent::setUp();
     $this->propertyInfo = new PropertyInfoCacheExtractor($this->propertyInfo, new ArrayAdapter());
 }
 public function testGetProperties()
 {
     parent::testGetProperties();
     parent::testGetProperties();
 }