public function testGetIterator()
 {
     $collection = new PropertyCollection();
     $this->assertInstanceOf('\\ClassGeneration\\PropertyIterator', $collection->getIterator());
 }