function SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest::setUp

Overrides UpdatePathTestBase::setUp

File

core/modules/system/tests/src/Functional/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php, line 35

Class

SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest
Tests the upgrade path for converting seven secondary local tasks into a block.

Namespace

Drupal\Tests\system\Functional\Update

Code

protected function setUp() {
    parent::setUp();
    
    /** @var \Drupal\Core\Extension\ThemeHandlerInterface $theme_handler */
    $theme_handler = \Drupal::service('theme_handler');
    $theme_handler->refreshInfo();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.