We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d90fd0 + 95eccd7 commit d9f9602Copy full SHA for d9f9602
PHPUnit/Util/Log/VCR.php
@@ -119,7 +119,7 @@ public function startTest(PHPUnit_Framework_Test $test)
119
$doc_block = $reflection->getDocComment();
120
121
// Use regex to parse the doc_block for a specific annotation
122
- $parsed = $self::parseDocBlock($doc_block, '@vcr');
+ $parsed = self::parseDocBlock($doc_block, '@vcr');
123
$cassetteName = array_pop($parsed);
124
125
// If the cassette name ends in .json, then use the JSON storage format
0 commit comments