Google\Cloud\Tests\Snippets\Vision\Annotation\EntityTest::testBoundingPoly PHP Method

testBoundingPoly() public method

public testBoundingPoly ( )
    public function testBoundingPoly()
    {
        $snippet = $this->snippetFromMagicMethod(Entity::class, 'boundingPoly');
        $snippet->addLocal('text', $this->entity);
        $res = $snippet->invoke();
        $this->assertEquals($this->entityData['boundingPoly'], $res->output());
    }