You are here

protected function ConfigLocalTasksTest::setUp in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php \Drupal\Tests\config\Unit\Menu\ConfigLocalTasksTest::setUp()
  2. 9 core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php \Drupal\Tests\config\Unit\Menu\ConfigLocalTasksTest::setUp()

Overrides LocalTaskIntegrationTestBase::setUp

File

core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php, line 14

Class

ConfigLocalTasksTest
Tests existence of config local tasks.

Namespace

Drupal\Tests\config\Unit\Menu

Code

protected function setUp() : void {
  $this->directoryList = [
    'config' => 'core/modules/config',
  ];
  parent::setUp();
}