PhproTest\SoapClient\Integration\Soap\SoapClientTest::it_should_be_possible_to_hook_php_vcr_for_testing PHP Метод

it_should_be_possible_to_hook_php_vcr_for_testing() публичный Метод

    function it_should_be_possible_to_hook_php_vcr_for_testing()
    {
        $result = $this->client->GetCityWeatherByZIP(['ZIP' => '10013']);
        $this->assertTrue($result->GetCityWeatherByZIPResult->Success);
    }