execute()->getGraphObject(); $this->assertTrue($response instanceof GraphObject); $location = $response->getProperty('location', GraphLocation::className()); $this->assertTrue(is_float($location->getLatitude())); $this->assertTrue(is_float($location->getLongitude())); } }