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

testSetLongitude() public method

public testSetLongitude ( )
    public function testSetLongitude()
    {
        $snippet = $this->snippetFromMethod(GeoPoint::class, 'setLongitude');
        $snippet->addLocal('point', $this->gp);
        $res = $snippet->invoke();
        $this->assertEquals(-83.732124, $this->gp->longitude());
    }