Skip to content

Commit c91d735

Browse files
committed
Fixes Readme.
1 parent 812f0d0 commit c91d735

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Use `@vcr cassette_name` on your tests to turn VCR automatically on and off.
1111

1212
``` php
1313
class VCRTest extends \PHPUnit_Framework_TestCase
14-
{
14+
{
1515
/**
1616
* @vcr unittest_annotation_test
1717
*/
@@ -43,8 +43,8 @@ composer install --dev
4343
3) 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

6060
In 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
7272
Copyright (c) 2013 Adrian Philipp. Released under the terms of the MIT license. See LICENSE for details.
7373

0 commit comments

Comments
 (0)