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 cdb5d13 commit e91a2d1Copy full SHA for e91a2d1
README.md
@@ -9,8 +9,6 @@ Use `@vcr cassette_name` on your tests to turn VCR automatically on and off.
9
10
## Usage example
11
12
-Using static method calls:
13
-
14
``` php
15
class VCRTest extends \PHPUnit_Framework_TestCase
16
{
@@ -28,21 +26,21 @@ class VCRTest extends \PHPUnit_Framework_TestCase
28
26
29
27
## Installation
30
31
-1. Add to your `composer.json`:
+1) Add to your `composer.json`:
32
33
``` json
34
"require-dev": {
35
"adri/phpunit-testlistener-vcr": "*"
36
}
37
```
38
39
-2. Install using composer:
+2) Install using composer:
40
41
``` bash
42
composer install --dev
43
44
45
-3. Add listener to your `phpunit.xml`:
+3) Add listener to your `phpunit.xml`:
46
47
48
<listeners>
0 commit comments