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 4a44e9e commit 0d0c591Copy full SHA for 0d0c591
Readme.md
@@ -11,18 +11,35 @@ cd php-vcr-examples/
11
composer install
12
```
13
14
-## Guzzle
+## Guzzle (using curl_runkit library hook)
15
16
To run the guzzle example, do this:
17
18
19
cd guzzle
20
-../vendor/bin/phpunit .
+../vendor/bin/phpunit
21
22
23
If you like to record all http requests again, delete the fixture file.
24
25
26
rm test/fixtures/github_adri_php-vcr.yml
27
28
+```
29
+
30
+## Soap
31
32
+Soap examples can be run by:
33
34
35
+cd soap
36
37
38
39
+To record all http requests agian, delete the fixtures:
40
41
42
43
+rm test/fixtures/soap_weather_api_temperature
44
45
0 commit comments