We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a14f7d commit c32e0e9Copy full SHA for c32e0e9
integTests/ForecastDailyTest.php
@@ -120,11 +120,7 @@ public function testWindMetric()
120
121
$this->assertEquals('Moscow', $forecast->city->name);
122
$this->assertEquals('RU', $forecast->city->country);
123
- /*
124
- This assertion fails right now because the Daily Forecase XML provides
125
- the city ID as 'geobaseid' attribute, not as 'id' in Current Weather.
126
$this->assertEquals(524901, $forecast->city->id);
127
- */
128
$this->assertEquals('37.615555', $forecast->city->lon);
129
$this->assertEquals('55.75222', $forecast->city->lat);
130
0 commit comments