File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- # PHPUnit Testlistener for PHP-VCR
1+ # PHPUnit TestListener for PHP-VCR
22
33Integrates PHPUnit with [ PHP-VCR] ( http://github.com/php-vcr/php-vcr ) using annotations.
44
5- ![ PHP-VCR] ( https://dl.dropbox .com/u/13186339/blog/php-vcr .png )
5+ ![ PHP-VCR] ( https://user-images.githubusercontent .com/133832/27151811-0d95c6c4-514c-11e7-834e-eff1eec2ea16 .png )
66
77Use ` @vcr cassette_name ` on your tests to turn VCR automatically on and off.
88
@@ -47,8 +47,8 @@ composer require --dev php-vcr/phpunit-testlistener-vcr
4747## Dependencies
4848
4949PHPUnit-Testlistener-VCR depends on:
50-
51- * PHP 7.0+
50+ * PHP 7.1+
51+ * PHP 7.0+ (use <3.0)
5252 * [ php-vcr/php-vcr] ( https://github.com/php-vcr/php-vcr )
5353
5454## Run tests
@@ -65,4 +65,5 @@ composer install
6565** The changelog is manage at [ PHPUnit testlistener for PHP-VCR releases page] ( https://github.com/php-vcr/phpunit-testlistener-vcr/releases ) .**
6666
6767## Copyright
68- Copyright (c) 2013-2017 Adrian Philipp. Released under the terms of the MIT license. See LICENSE for details.
68+ Copyright (c) 2013-2018 Adrian Philipp. Released under the terms of the MIT license. See LICENSE for details.
69+ [ Contributors] ( https://github.com/php-vcr/phpunit-testlistener-vcr/graphs/contributors )
You can’t perform that action at this time.
0 commit comments