container->get('theme_installer')->install(['claro']); $this->config('system.theme')->set('default', 'claro')->save(); } /** * Intentionally empty method. * * Contextual links do not work in admin themes, so this is empty to prevent * this test running in the parent class. */ public function testBlockContextualLinks(): void { } }