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 cc1b0cb commit dde5e2aCopy full SHA for dde5e2a
README.md
@@ -9,7 +9,7 @@ Use `@vcr cassette_name` on your tests to turn VCR automatically on and off.
9
10
## Usage example
11
12
-``` php
+```php
13
class VCRTest extends \PHPUnit_Framework_TestCase
14
{
15
/**
@@ -58,7 +58,7 @@ composer install
58
59
## Changelog
60
61
- * 2013-05-14 1.0.0: First prototype
+**The changelog is manage at [PHPUnit testlistener for PHP-VCR releases page](https://github.com/php-vcr/phpunit-testlistener-vcr/releases).**
62
63
## Copyright
64
Copyright (c) 2013-2016 Adrian Philipp. Released under the terms of the MIT license. See LICENSE for details.
0 commit comments