From 00a29dc8d4ac627b118c402823522611695a8016 Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Fri, 19 Sep 2025 22:04:03 +0200 Subject: [PATCH 1/2] task: sort and add missing e2e tests --- .github/workflows/e2e.yaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 2c3a0adf7ee..e2a6f05b8c2 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -24,23 +24,26 @@ jobs: matrix: php_version: ['8.2'] directory: + - 'e2e/applied-polyfill-php80' - 'e2e/applied-rule-change-docblock' - - 'e2e/applied-rule-return-array-nodes' - - 'e2e/no-parallel-reflection-resolver' - - 'e2e/parallel-custom-config' - - 'e2e/parallel-reflection-resolver' - 'e2e/applied-rule-removed-node' - - 'e2e/parallel with space' + - 'e2e/applied-rule-removed-node-with-cache' + - 'e2e/applied-rule-return-array-nodes' + #- 'e2e/command-with-option' - 'e2e/different-path-over-skip-config' - 'e2e/invalid-paths' - - 'e2e/applied-polyfill-php80' - - 'e2e/print-new-node' + - 'e2e/no-parallel-reflection-resolver' - 'e2e/only-option' - 'e2e/only-option-quote-double-equalnone' - 'e2e/only-option-quote-single' - 'e2e/only-option-quote-single-bsdouble' - 'e2e/only-option-quote-single-equalnone' + - 'e2e/parallel-custom-config' - 'e2e/parallel-kaizen-applied-rules' + - 'e2e/parallel-reflection-resolver' + - 'e2e/parallel with space' + - 'e2e/print-new-node' + - 'e2e/timeout-file-not-cached' name: End to end test - ${{ matrix.directory }} From d103af8abda8a53e9988fa011723b1d67e734021 Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Fri, 19 Sep 2025 22:09:07 +0200 Subject: [PATCH 2/2] task: sort and add missing e2e tests --- .github/workflows/e2e.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index e2a6f05b8c2..5e1492b416e 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -27,9 +27,7 @@ jobs: - 'e2e/applied-polyfill-php80' - 'e2e/applied-rule-change-docblock' - 'e2e/applied-rule-removed-node' - - 'e2e/applied-rule-removed-node-with-cache' - 'e2e/applied-rule-return-array-nodes' - #- 'e2e/command-with-option' - 'e2e/different-path-over-skip-config' - 'e2e/invalid-paths' - 'e2e/no-parallel-reflection-resolver' @@ -43,7 +41,6 @@ jobs: - 'e2e/parallel-reflection-resolver' - 'e2e/parallel with space' - 'e2e/print-new-node' - - 'e2e/timeout-file-not-cached' name: End to end test - ${{ matrix.directory }}