cgutteridge / Graphite

PHP RDF Library
http://graphite.ecs.soton.ac.uk/
48 stars 14 forks source link

Test failure for Graphite_ResourceTest::testLabel() #29

Closed olberger closed 10 years ago

olberger commented 10 years ago

I think the correct test should now be :

public function testLabel() { $this->assertInstanceOf('Graphite_Null', $this->resource->label());

     $this->markTestIncomplete("Needs further coverage");
 }

Hope this helps

cgutteridge commented 10 years ago

I'm a bit clueless about unit tests, but I've commited and pushed the change you suggest.