diff -u b/core/modules/tracker/tests/src/Functional/TrackerTest.php b/core/modules/tracker/tests/src/Functional/TrackerTest.php --- b/core/modules/tracker/tests/src/Functional/TrackerTest.php +++ b/core/modules/tracker/tests/src/Functional/TrackerTest.php @@ -208,7 +208,6 @@ // Test escaping of title on user's tracker tab. \Drupal::service('module_installer')->install(['user_hooks_test']); - $this->resetAll(); Cache::invalidateTags(['rendered']); \Drupal::state()->set('user_hooks_test_user_format_name_alter', TRUE); $this->drupalGet('user/' . $this->user->id() . '/activity');