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

testLeftEyePupil() public method

public testLeftEyePupil ( )
    public function testLeftEyePupil()
    {
        $snippet = $this->snippetFromMethod(Landmarks::class, 'leftEyePupil');
        $snippet->addLocal('landmarks', $this->landmarks);
        $res = $snippet->invoke();
        $this->assertEquals($this->positionOutput('LEFT_EYE_PUPIL'), $res->output());
    }