diff --git a/build/target-repository/.github/workflows/e2e.yaml b/build/target-repository/.github/workflows/e2e.yaml index 2f1bb0b1410..b4e13cdfb7a 100644 --- a/build/target-repository/.github/workflows/e2e.yaml +++ b/build/target-repository/.github/workflows/e2e.yaml @@ -17,7 +17,6 @@ jobs: matrix: php_version: ['7.2', '7.3', '7.4', '8.0', '8.1'] directory: - - 'e2e/define-constant' - 'e2e/dont-execute-code' - 'e2e/finalize' - 'e2e/parse-php7-code' diff --git a/build/target-repository/e2e/define-constant/composer.json b/build/target-repository/e2e/define-constant/composer.json deleted file mode 100644 index 441fe971bf2..00000000000 --- a/build/target-repository/e2e/define-constant/composer.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "autoload": { - } -} diff --git a/build/target-repository/e2e/define-constant/rector.php b/build/target-repository/e2e/define-constant/rector.php deleted file mode 100644 index 1aa3306cf59..00000000000 --- a/build/target-repository/e2e/define-constant/rector.php +++ /dev/null @@ -1,9 +0,0 @@ -paths([__DIR__ . '/src']); -}; diff --git a/build/target-repository/e2e/define-constant/src/DefineConstant.php b/build/target-repository/e2e/define-constant/src/DefineConstant.php deleted file mode 100644 index 73501b97ae1..00000000000 --- a/build/target-repository/e2e/define-constant/src/DefineConstant.php +++ /dev/null @@ -1,5 +0,0 @@ -appDirectory, '\\/ ')) . DIRECTORY_SEPARATOR); -} diff --git a/build/target-repository/stubs-rector/Internal/EnumInterfaces.php b/build/target-repository/stubs-rector/Internal/EnumInterfaces.php index cc4ddd8954c..a673792fc47 100644 --- a/build/target-repository/stubs-rector/Internal/EnumInterfaces.php +++ b/build/target-repository/stubs-rector/Internal/EnumInterfaces.php @@ -1,6 +1,6 @@