Google\Cloud\Tests\Snippets\Datastore\GeoPointTest::testLatitude PHP Method

testLatitude() public method

public testLatitude ( )
    public function testLatitude()
    {
        $snippet = $this->snippetFromMethod(GeoPoint::class, 'latitude');
        $snippet->addLocal('point', $this->gp);
        $res = $snippet->invoke('latitude');
        $this->assertEquals($this->point['latitude'], $res->returnVal());
    }