From 0890b9288605f4a38d55dd04f46e0aae2ec41b3e Mon Sep 17 00:00:00 2001 From: Bogdan Date: Fri, 3 Jul 2026 23:46:49 +0200 Subject: [PATCH 1/2] fix: resolve service registry pollution in CSRFTest --- tests/system/Filters/CSRFTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/system/Filters/CSRFTest.php b/tests/system/Filters/CSRFTest.php index d1977e4f5cea..71a6dfc28e7e 100644 --- a/tests/system/Filters/CSRFTest.php +++ b/tests/system/Filters/CSRFTest.php @@ -40,6 +40,9 @@ final class CSRFTest extends CIUnitTestCase protected function setUp(): void { parent::setUp(); + + $this->resetServices(); + $this->config = new \Config\Filters(); } From 7828c1e1171925e963a71f8678f47a0a7ec62060 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Mon, 13 Jul 2026 19:35:15 +0200 Subject: [PATCH 2/2] chore: enable random tests for Filters --- .github/scripts/random-tests-config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/random-tests-config.txt b/.github/scripts/random-tests-config.txt index 413fe10c8d89..79a74b5f9ef2 100644 --- a/.github/scripts/random-tests-config.txt +++ b/.github/scripts/random-tests-config.txt @@ -25,7 +25,7 @@ Cookie # Entity Events Files -# Filters +Filters Format HTTP # Helpers