function setUp()
 {
     if (LIBXML_VERSION <= 20632) {
         $this->markTestSkipped("Unable to test due to http://bugzilla.gnome.org/show_activity.cgi?id=565219");
     }
     parent::setUp();
 }
Example #2
0
 public function setUp()
 {
     parent::setUp();
     $this->markTestSkipped('The current behaviour of this package is to treat Atom 0.3 as Atom 1.0 and raise a warning.');
 }