File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
PHPUnit Testlistener for PHP-VCR
2
2
================================
3
3
4
- Integrates PHPUnit with [ PHP-VCR] ( http://github.com/adri /php-vcr ) using annotations.
4
+ Integrates PHPUnit with [ PHP-VCR] ( http://github.com/php-vcr /php-vcr ) using annotations.
5
5
6
6
![ PHP-VCR] ( https://dl.dropbox.com/u/13186339/blog/php-vcr.png )
7
7
@@ -30,7 +30,7 @@ class VCRTest extends \PHPUnit_Framework_TestCase
30
30
31
31
``` json
32
32
"require-dev" : {
33
- "adri /phpunit-testlistener-vcr" : " *"
33
+ "php-vcr /phpunit-testlistener-vcr" : " *"
34
34
}
35
35
```
36
36
@@ -44,7 +44,7 @@ composer install --dev
44
44
45
45
``` bash
46
46
< listeners>
47
- < listener class=" PHPUnit_Util_Log_VCR" file=" vendor/adri /phpunit-testlistener-vcr/PHPUnit/Util/Log/VCR.php" />
47
+ < listener class=" PHPUnit_Util_Log_VCR" file=" vendor/php-vcr /phpunit-testlistener-vcr/PHPUnit/Util/Log/VCR.php" />
48
48
< /listeners>
49
49
```
50
50
@@ -53,7 +53,7 @@ composer install --dev
53
53
PHPUnit-Testlistener-VCR depends on:
54
54
55
55
* PHP 5.3+
56
- * [ adri /php-vcr] ( https://github.com/adri /php-vcr )
56
+ * [ php-vcr /php-vcr] ( https://github.com/php-vcr /php-vcr )
57
57
58
58
## Run tests
59
59
You can’t perform that action at this time.
0 commit comments