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);
    }