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

testText() public method

public testText ( )
    public function testText()
    {
        $snippet = $this->snippetFromMethod(Annotation::class, 'text');
        $snippet->addLocal('annotation', new Annotation(['textAnnotations' => [[]]]));
        $res = $snippet->invoke('text');
        $this->assertInstanceOf(Entity::class, $res->returnVal()[0]);
    }