We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3538ac1 + 5470b3c commit e29c11dCopy full SHA for e29c11d
PHPUnit/Util/Log/VCR.php
@@ -138,8 +138,6 @@ public function startTest(PHPUnit_Framework_Test $test)
138
// If the cassette name ends in .json, then use the JSON storage format
139
if (substr($cassetteName, '-5') == '.json') {
140
\VCR\VCR::configure()->setStorage('json');
141
- } else {
142
- \VCR\VCR::configure()->setStorage('yaml');
143
}
144
145
if (empty($cassetteName)) {
0 commit comments