Skip to content

Commit fb3b960

Browse files
committed
use own fork for phpunit extension
1 parent 128b944 commit fb3b960

5 files changed

+3
-114
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"repositories": [
1414
{
1515
"type": "git",
16-
"url": "https://github.com/kornrunner/phpunit-testlistener-vcr"
16+
"url": "https://github.com/marmichalski/phpunit-testlistener-vcr"
1717
}
1818
],
1919
"require": {
@@ -32,7 +32,7 @@
3232
"symfony/http-client": "^5.3.12|^6.0",
3333
"symfony/yaml": "^3.0|^4.0|^5.0|^6.0",
3434
"php-vcr/php-vcr": "dev-master#c0aeeba0f3804fcfdb9cd6b390b0cb3be250c070 as 1.9.0",
35-
"php-vcr/phpunit-testlistener-vcr": "dev-php8 as 3.2.2",
35+
"php-vcr/phpunit-testlistener-vcr": "dev-phpunit-evt-system",
3636
"php-coveralls/php-coveralls": "~2.5",
3737
"predis/predis": "^1.1",
3838
"guzzlehttp/guzzle": "^7.4.5",

phpunit.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
</include>
2525
</source>
2626
<extensions>
27-
<bootstrap class="Ackintosh\Vcr\VcrExtension" />
27+
<bootstrap class="VCR\PHPUnit\TestListener\Extension\VCRExtension" />
2828
</extensions>
2929
</phpunit>

tests/Ackintosh/Vcr/TestFinishedSubscriber.php

-17
This file was deleted.

tests/Ackintosh/Vcr/TestPreparationStartedSubscriber.php

-73
This file was deleted.

tests/Ackintosh/Vcr/VcrExtension.php

-21
This file was deleted.

0 commit comments

Comments
 (0)