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