Google\Cloud\Tests\Vision\Annotation\LandmarksTest::testRightEyebrow PHP Method

testRightEyebrow() public method

public testRightEyebrow ( )
    public function testRightEyebrow()
    {
        $b = $this->landmarks->rightEyebrow();
        $this->assertEquals($b['left'], $this->pos('LEFT_OF_RIGHT_EYEBROW'));
        $this->assertEquals($b['right'], $this->pos('RIGHT_OF_RIGHT_EYEBROW'));
        $this->assertEquals($b['upperMidpoint'], $this->pos('RIGHT_EYEBROW_UPPER_MIDPOINT'));
    }