diff --git a/rules-tests/DowngradePhp80/Rector/StaticCall/DowngradePhpTokenRector/Fixture/skip_extends_internal_php_parser_token.php.inc b/rules-tests/DowngradePhp80/Rector/StaticCall/DowngradePhpTokenRector/Fixture/skip_extends_internal_php_parser_token.php.inc new file mode 100644 index 00000000..4dd55bba --- /dev/null +++ b/rules-tests/DowngradePhp80/Rector/StaticCall/DowngradePhpTokenRector/Fixture/skip_extends_internal_php_parser_token.php.inc @@ -0,0 +1,17 @@ +text; + } + + public function run2() + { + $self = new self(); + return $self->text; + } +}