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
2
2
3
3
Integrates PHPUnit with [ PHP-VCR] ( http://github.com/php-vcr/php-vcr ) using annotations.
4
4
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 )
6
6
7
7
Use ` @vcr cassette_name ` on your tests to turn VCR automatically on and off.
8
8
@@ -47,8 +47,8 @@ composer require --dev php-vcr/phpunit-testlistener-vcr
47
47
## Dependencies
48
48
49
49
PHPUnit-Testlistener-VCR depends on:
50
-
51
- * PHP 7.0+
50
+ * PHP 7.1+
51
+ * PHP 7.0+ (use <3.0)
52
52
* [ php-vcr/php-vcr] ( https://github.com/php-vcr/php-vcr )
53
53
54
54
## Run tests
@@ -65,4 +65,5 @@ composer install
65
65
** The changelog is manage at [ PHPUnit testlistener for PHP-VCR releases page] ( https://github.com/php-vcr/phpunit-testlistener-vcr/releases ) .**
66
66
67
67
## 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