Google\Cloud\Tests\Snippets\Vision\Annotation\FaceTest::testFdboundingpoly PHP Method

testFdboundingpoly() public method

public testFdboundingpoly ( )
    public function testFdboundingpoly()
    {
        $snippet = $this->snippetFromMagicMethod(Face::class, 'fdBoundingPoly');
        $snippet->addLocal('face', $this->face);
        $res = $snippet->invoke();
        $this->assertEquals($this->faceData['fdBoundingPoly'], $res->output());
    }