function setUp()
 {
     parent::setUp();
     // Switch to the book's theme.
     $theme_service = Drupal::service('theme_handler');
     $theme_service->install(array('mytheme'));
     $theme_service->setDefault('mytheme');
 }
 function setUp()
 {
     parent::setUp();
 }