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 11PHPUnit Testlistener for PHP-VCR
22================================
33
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.
55
66![ PHP-VCR] ( https://dl.dropbox.com/u/13186339/blog/php-vcr.png )
77
@@ -30,7 +30,7 @@ class VCRTest extends \PHPUnit_Framework_TestCase
3030
3131``` json
3232 "require-dev" : {
33- "adri /phpunit-testlistener-vcr" : " *"
33+ "php-vcr /phpunit-testlistener-vcr" : " *"
3434 }
3535```
3636
@@ -44,7 +44,7 @@ composer install --dev
4444
4545``` bash
4646 < 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" />
4848 < /listeners>
4949```
5050
@@ -53,7 +53,7 @@ composer install --dev
5353PHPUnit-Testlistener-VCR depends on:
5454
5555 * 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 )
5757
5858## Run tests
5959
You can’t perform that action at this time.
0 commit comments