Closed magnusnordlander closed 2 years ago
This PR allows the user to set (most) PHP-VCR options via the PHPUnit listener configuration.
Example configuration:
<listeners> <listener class="VCR\PHPUnit\TestListener\VCRTestListener"> <arguments> <array> <element key="mode"> <string>none</string> </element> <element key="cassettePath"> <string>tests/cassettes/</string> </element> </array> </arguments> </listener> </listeners>
This PR allows the user to set (most) PHP-VCR options via the PHPUnit listener configuration.
Example configuration: