Skip to content

Commit 3106ebd

Browse files
committed
Rector 8.0
1 parent f6eae5c commit 3106ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPFUI/PHPUnitSyntaxCoverage/Extensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Extensions extends \PHPUnit\Framework\TestCase implements \PHPUnit\Runner\
3535
public static function setUpBeforeClass() : void
3636
{
3737
$factory = new \PhpParser\ParserFactory();
38-
self::$parser = $factory->create($_ENV[__CLASS__ . '_parser_type'] ?? \PhpParser\ParserFactory::PREFER_PHP7);
38+
self::$parser = $factory->create($_ENV[self::class . '_parser_type'] ?? \PhpParser\ParserFactory::PREFER_PHP7);
3939
}
4040

4141
protected function setUp() : void

0 commit comments

Comments
 (0)