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.
1 parent 2e47afc commit 5470b3cCopy full SHA for 5470b3c
PHPUnit/Util/Log/VCR.php
@@ -125,8 +125,6 @@ public function startTest(PHPUnit_Framework_Test $test)
125
// If the cassette name ends in .json, then use the JSON storage format
126
if (substr($cassetteName, '-5') == '.json') {
127
\VCR\VCR::configure()->setStorage('json');
128
- } else {
129
- \VCR\VCR::configure()->setStorage('yaml');
130
}
131
132
if (empty($cassetteName)) {
0 commit comments