Google\Cloud\Tests\Snippets\Vision\AnnotationTest::testInfo PHP Method

testInfo() public method

public testInfo ( )
    public function testInfo()
    {
        $snippet = $this->snippetFromMethod(Annotation::class, 'info');
        $snippet->addLocal('annotation', new Annotation('foo'));
        $res = $snippet->invoke('info');
        $this->assertEquals('foo', $res->returnVal());
    }