fixtures = new UrlAliasFixtures(); // The alias whitelist expects that the menu path roots are set by a // menu router rebuild. \Drupal::state()->set('router.path_roots', ['user', 'admin']); } protected function tearDown() { $this->fixtures->dropTables(Database::getConnection()); parent::tearDown(); } }