Closed olberger closed 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
I'm a bit clueless about unit tests, but I've commited and pushed the change you suggest.
I think the correct test should now be :
public function testLabel() { $this->assertInstanceOf('Graphite_Null', $this->resource->label());
Hope this helps