Google\Cloud\Tests\Logging\MetricTest::testGetsInfoWithReload PHP Method

testGetsInfoWithReload() public method

    public function testGetsInfoWithReload()
    {
        $this->connection->getMetric(['metricName' => $this->formattedName])->willReturn($this->metricData)->shouldBeCalledTimes(1);
        $metric = $this->getMetric($this->connection);
        $this->assertEquals($this->metricData, $metric->info());
    }