11# Pest plugin for PHP-VCR
22
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 )
44[ ![ Latest Stable Version] ( http://poser.pugx.org/phpjuice/pest-plugin-vcr/v )] ( https://packagist.org/packages/phpjuice/pest-plugin-vcr )
55[ ![ Total Downloads] ( http://poser.pugx.org/phpjuice/pest-plugin-vcr/downloads )] ( https://packagist.org/packages/phpjuice/pest-plugin-vcr )
66[ ![ 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:
2323mkdir tests/cassettes
2424```
2525
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 ` :
2828
2929``` php
3030use VCR\VCR;
@@ -73,7 +73,7 @@ Please see [CONTRIBUTING](../CONTRIBUTING.md) for details.
7373
7474### Security
7575
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.
7777
7878## Credits
7979
@@ -87,7 +87,7 @@ The MIT License (MIT). Please see [License File](../LICENSE.md) for more informa
8787
8888This package was generated using the [ PHP Package Boilerplate] ( https://laravelpackageboilerplate.com ) by [ Beyond Code] ( http://beyondco.de/ ) .
8989
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 )
9191[ ![ Latest Stable Version] ( http://poser.pugx.org/phpjuice/pest-plugin-vcr/v )] ( https://packagist.org/packages/phpjuice/pest-plugin-vcr )
9292[ ![ Total Downloads] ( http://poser.pugx.org/phpjuice/pest-plugin-vcr/downloads )] ( https://packagist.org/packages/phpjuice/pest-plugin-vcr )
9393[ ![ License] ( http://poser.pugx.org/phpjuice/pest-plugin-vcr/license )] ( https://packagist.org/packages/phpjuice/pest-plugin-vcr )
0 commit comments