public function setUp()
 {
     parent::setUp();
     $this->set = 'unparseable';
     $this->assertFalse($this->getValidator()->isValid($this->getCurrentTestDoctype()));
 }
 public function setUp()
 {
     parent::setUp();
     $this->assertFalse($this->getValidator()->isValid(str_replace('http://', 'HTTP://', $this->getCurrentTestDoctype())));
 }
 public function setUp()
 {
     parent::setUp();
     $this->assertFalse($this->getValidator()->isValid(str_replace('//DTD', '//dtd', $this->getCurrentTestDoctype())));
 }
 public function setUp()
 {
     parent::setUp();
     $this->assertTrue($this->getValidator()->isValid($this->getCurrentTestDoctype()));
 }