diff --git a/core/modules/tracker/src/Tests/TrackerTest.php b/core/modules/tracker/tests/src/Functional/TrackerTest.php similarity index 99% rename from core/modules/tracker/src/Tests/TrackerTest.php rename to core/modules/tracker/tests/src/Functional/TrackerTest.php index fa95299..6f8bed2 100644 --- a/core/modules/tracker/src/Tests/TrackerTest.php +++ b/core/modules/tracker/tests/src/Functional/TrackerTest.php @@ -1,6 +1,6 @@ install(['user_hooks_test']); + $this->resetAll(); + $this->rebuildContainer(); Cache::invalidateTags(['rendered']); \Drupal::state()->set('user_hooks_test_user_format_name_alter', TRUE); $this->drupalGet('user/' . $this->user->id() . '/activity');