Exemplo n.º 1
0
 /**
  * @vcr soap_weather_api_temperature
  */
 public function testGetTemperatureByZip()
 {
     $weatherApi = new WeatherApi();
     $actual = $weatherApi->getTemperature('10013');
     // somewhere in New York
     $this->assertInternalType('integer', $actual);
 }