diff --git a/PHPUnit/Util/Log/VCR.php b/PHPUnit/Util/Log/VCR.php index 72c075d..9b14495 100644 --- a/PHPUnit/Util/Log/VCR.php +++ b/PHPUnit/Util/Log/VCR.php @@ -119,7 +119,7 @@ public function startTest(PHPUnit_Framework_Test $test) $doc_block = $reflection->getDocComment(); // Use regex to parse the doc_block for a specific annotation - $parsed = $self::parseDocBlock($doc_block, '@vcr'); + $parsed = self::parseDocBlock($doc_block, '@vcr'); $cassetteName = array_pop($parsed); // If the cassette name ends in .json, then use the JSON storage format