public function setUp()
 {
     parent::setUp();
     $expectedDoctypeCollection = $this->getExpectedDoctypeCollection();
     $dataKey = $this->getDataKey();
     $this->expectedDoctype = $expectedDoctypeCollection[$dataKey];
     $this->getIdentifier()->setHtml($this->getFixtureContent());
 }
 public function setUp()
 {
     parent::setUp();
     $this->getIdentifier()->setHtml($this->getFixtureContent());
 }