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.
1111
1212``` php
1313class VCRTest extends \PHPUnit_Framework_TestCase
14- {
14+ {
1515 /**
1616 * @vcr unittest_annotation_test
1717 */
@@ -43,8 +43,8 @@ composer install --dev
43433 ) Add listener to your ` phpunit.xml ` :
4444
4545``` 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" / >
4848 < /listeners>
4949```
5050
@@ -54,7 +54,7 @@ PHPUnit-Testlistener-VCR depends on:
5454
5555 * PHP 5.3+
5656 * [ adri/php-vcr] ( https://github.com/adri/php-vcr )
57-
57+
5858## Run tests
5959
6060In order to run all tests you need to get development dependencies using composer:
@@ -67,7 +67,7 @@ phpunit ./tests
6767## Changelog
6868
6969 * 2013-05-14 1.0.0: First prototype
70-
70+
7171## Copyright
7272Copyright (c) 2013 Adrian Philipp. Released under the terms of the MIT license. See LICENSE for details.
7373
You can’t perform that action at this time.
0 commit comments