public function testGetsName() { $metric = $this->getMetric($this->connection); $this->assertEquals($this->metricName, $metric->name()); }