Google\Cloud\Tests\Snippets\Logging\MetricTest::testName PHP Method

testName() public method

public testName ( )
    public function testName()
    {
        $snippet = $this->snippetFromMethod(Metric::class, 'name');
        $snippet->addLocal('metric', $this->metric);
        $res = $snippet->invoke();
        $this->assertEquals(self::METRIC, $res->output());
    }