1
1
# Pest plugin for PHP-VCR
2
2
3
- ![ GitHub Actions ] ( https://github.com/phpjuice/pest-plugin-vcr/actions/workflows/ci.yml/badge.svg )
3
+ ![ Tests ] ( https://github.com/phpjuice/pest-plugin-vcr/actions/workflows/ci.yml/badge.svg )
4
4
[ ![ Latest Stable Version] ( http://poser.pugx.org/phpjuice/pest-plugin-vcr/v )] ( https://packagist.org/packages/phpjuice/pest-plugin-vcr )
5
5
[ ![ Total Downloads] ( http://poser.pugx.org/phpjuice/pest-plugin-vcr/downloads )] ( https://packagist.org/packages/phpjuice/pest-plugin-vcr )
6
6
[ ![ License] ( http://poser.pugx.org/phpjuice/pest-plugin-vcr/license )] ( https://packagist.org/packages/phpjuice/pest-plugin-vcr )
@@ -23,8 +23,8 @@ Add new folder inside tests to store cassettes:
23
23
mkdir tests/cassettes
24
24
```
25
25
26
- Add the following line to your ` Pest.php ` file, inorder to instruct
27
- php vcr of our cassettes folder :
26
+ Add the following line to your ` Pest.php ` file, this will tell
27
+ VCR where to look for ` cassettes ` :
28
28
29
29
``` php
30
30
use VCR\VCR;
@@ -73,7 +73,7 @@ Please see [CONTRIBUTING](../CONTRIBUTING.md) for details.
73
73
74
74
### Security
75
75
76
- If you discover any security related issues, reach out to me @tsd_mohammed instead of using the issue tracker.
76
+ If you discover any security related issues, send us an email to phpjuice@gmail.com instead of using the issue tracker.
77
77
78
78
## Credits
79
79
@@ -87,7 +87,7 @@ The MIT License (MIT). Please see [License File](../LICENSE.md) for more informa
87
87
88
88
This package was generated using the [ PHP Package Boilerplate] ( https://laravelpackageboilerplate.com ) by [ Beyond Code] ( http://beyondco.de/ ) .
89
89
90
- ![ GitHub Actions ] ( https://github.com/phpjuice/pest-plugin-vcr/actions/workflows/ci.yml/badge.svg )
90
+ ![ Tests ] ( https://github.com/phpjuice/pest-plugin-vcr/actions/workflows/ci.yml/badge.svg )
91
91
[ ![ Latest Stable Version] ( http://poser.pugx.org/phpjuice/pest-plugin-vcr/v )] ( https://packagist.org/packages/phpjuice/pest-plugin-vcr )
92
92
[ ![ Total Downloads] ( http://poser.pugx.org/phpjuice/pest-plugin-vcr/downloads )] ( https://packagist.org/packages/phpjuice/pest-plugin-vcr )
93
93
[ ![ License] ( http://poser.pugx.org/phpjuice/pest-plugin-vcr/license )] ( https://packagist.org/packages/phpjuice/pest-plugin-vcr )
0 commit comments