From 09d6bf703a0ed67b758354e00c9cb59732b8f494 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Sat, 6 Mar 2021 16:10:11 +0000 Subject: [PATCH] Use a more simple Rector ruleset that does not change anything --- tests/system-tests/dont-execute-code/rector.php | 2 +- tests/system-tests/parse-php7-code/rector.php | 2 +- tests/system-tests/parse-php8-code/rector.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/system-tests/dont-execute-code/rector.php b/tests/system-tests/dont-execute-code/rector.php index 92e9c4dd665..ac39e25a4cf 100644 --- a/tests/system-tests/dont-execute-code/rector.php +++ b/tests/system-tests/dont-execute-code/rector.php @@ -11,6 +11,6 @@ $parameters = $containerConfigurator->parameters(); $parameters->set(Option::PATHS, [__DIR__.'/src']); - $parameters->set(Option::SETS, [SetList::TYPE_DECLARATION]); + $parameters->set(Option::SETS, [SetList::PHP_53]); }; diff --git a/tests/system-tests/parse-php7-code/rector.php b/tests/system-tests/parse-php7-code/rector.php index 92e9c4dd665..ac39e25a4cf 100644 --- a/tests/system-tests/parse-php7-code/rector.php +++ b/tests/system-tests/parse-php7-code/rector.php @@ -11,6 +11,6 @@ $parameters = $containerConfigurator->parameters(); $parameters->set(Option::PATHS, [__DIR__.'/src']); - $parameters->set(Option::SETS, [SetList::TYPE_DECLARATION]); + $parameters->set(Option::SETS, [SetList::PHP_53]); }; diff --git a/tests/system-tests/parse-php8-code/rector.php b/tests/system-tests/parse-php8-code/rector.php index 92e9c4dd665..ac39e25a4cf 100644 --- a/tests/system-tests/parse-php8-code/rector.php +++ b/tests/system-tests/parse-php8-code/rector.php @@ -11,6 +11,6 @@ $parameters = $containerConfigurator->parameters(); $parameters->set(Option::PATHS, [__DIR__.'/src']); - $parameters->set(Option::SETS, [SetList::TYPE_DECLARATION]); + $parameters->set(Option::SETS, [SetList::PHP_53]); };