Google\Cloud\Tests\Snippets\Vision\Annotation\Face\LandmarksTest::testRightEyeBrow PHP Method

testRightEyeBrow() public method

public testRightEyeBrow ( )
    public function testRightEyeBrow()
    {
        $snippet = $this->snippetFromMethod(Landmarks::class, 'rightEyeBrow');
        $snippet->addLocal('landmarks', $this->landmarks);
        $res = $snippet->invoke();
        $this->assertEquals($this->positionAggregate(['left' => 'LEFT_OF_RIGHT_EYEBROW', 'right' => 'RIGHT_OF_RIGHT_EYEBROW', 'upperMidpoint' => 'RIGHT_EYEBROW_UPPER_MIDPOINT']), $res->output());
    }