diff --git a/core/modules/page_cache/src/Tests/PageCacheTest.php b/core/modules/page_cache/src/Tests/PageCacheTest.php index 1bb2848..ed27394 100644 --- a/core/modules/page_cache/src/Tests/PageCacheTest.php +++ b/core/modules/page_cache/src/Tests/PageCacheTest.php @@ -321,6 +321,7 @@ public function testFormImmutability() { // Install the module that provides the test form. $this->container->get('module_installer') ->install(['page_cache_form_test']); + $this->resetAll(); $this->drupalGet('page_cache_form_test_immutability');