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

testSetLatitude() public method

public testSetLatitude ( )
    public function testSetLatitude()
    {
        $snippet = $this->snippetFromMethod(GeoPoint::class, 'setLatitude');
        $snippet->addLocal('point', $this->gp);
        $res = $snippet->invoke();
        $this->assertEquals(42.279594, $this->gp->latitude());
    }