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

testEars() public method

public testEars ( )
    public function testEars()
    {
        $this->assertEquals($this->landmarks->ears()['left'], $this->pos('LEFT_EAR_TRAGION'));
        $this->assertEquals($this->landmarks->ears()['right'], $this->pos('RIGHT_EAR_TRAGION'));
    }