File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Use `@vcr cassette_name` on your tests to turn VCR automatically on and off.
11
11
12
12
``` php
13
13
class VCRTest extends \PHPUnit_Framework_TestCase
14
- {
14
+ {
15
15
/**
16
16
* @vcr unittest_annotation_test
17
17
*/
@@ -43,8 +43,8 @@ composer install --dev
43
43
3 ) Add listener to your ` phpunit.xml ` :
44
44
45
45
``` bash
46
- < listeners>
47
- < listener class=" PHPUnit_Util_Log_VCR" file=" PHPUnit/Util/Log/VCR.php" ></listener >
46
+ < listeners>
47
+ < listener class=" PHPUnit_Util_Log_VCR" file=" vendor/adri/phpunit-testlistener-vcr/ PHPUnit/Util/Log/VCR.php" / >
48
48
< /listeners>
49
49
```
50
50
@@ -54,7 +54,7 @@ PHPUnit-Testlistener-VCR depends on:
54
54
55
55
* PHP 5.3+
56
56
* [ adri/php-vcr] ( https://github.com/adri/php-vcr )
57
-
57
+
58
58
## Run tests
59
59
60
60
In order to run all tests you need to get development dependencies using composer:
@@ -67,7 +67,7 @@ phpunit ./tests
67
67
## Changelog
68
68
69
69
* 2013-05-14 1.0.0: First prototype
70
-
70
+
71
71
## Copyright
72
72
Copyright (c) 2013 Adrian Philipp. Released under the terms of the MIT license. See LICENSE for details.
73
73
You can’t perform that action at this time.
0 commit comments