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

testLeftEyeBrow() public method

public testLeftEyeBrow ( )
    public function testLeftEyeBrow()
    {
        $snippet = $this->snippetFromMethod(Landmarks::class, 'leftEyeBrow');
        $snippet->addLocal('landmarks', $this->landmarks);
        $res = $snippet->invoke();
        $this->assertEquals($this->positionAggregate(['left' => 'LEFT_OF_LEFT_EYEBROW', 'right' => 'RIGHT_OF_LEFT_EYEBROW', 'upperMidpoint' => 'LEFT_EYEBROW_UPPER_MIDPOINT']), $res->output());
    }