php-vcr/php-vcr-examples

此包的最新版本(1.1.0)没有可用的许可信息。

1.1.0 2014-02-22 13:00 UTC

This package is not auto-updated.

Last update: 2024-09-14 14:51:48 UTC


README

您现在可以在集成测试中查看使用示例。

Build Status

安装

假设您已安装composer

git clone git@github.com:php-vcr/php-vcr-examples.git
cd php-vcr-examples/
composer install

Guzzle(使用curl_rewrite库钩子)

要运行guzzle示例,执行以下操作

cd guzzle
phpunit

如果您想再次记录所有http请求,请删除测试文件。

rm test/fixtures/github_adri_php-vcr.yml
phpunit

SOAP

可以通过以下方式运行SOAP示例

cd soap
phpunit

要再次记录所有http请求,请删除测试文件

cd soap
rm test/fixtures/soap_weather_api_temperature
phpunit