function AggregatorLocalTasksTest::setUp

Same name in other branches
  1. 8.9.x core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php \Drupal\Tests\aggregator\Unit\Menu\AggregatorLocalTasksTest::setUp()

Overrides LocalTaskIntegrationTestBase::setUp

File

core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php, line 18

Class

AggregatorLocalTasksTest
Tests existence of aggregator local tasks.

Namespace

Drupal\Tests\aggregator\Unit\Menu

Code

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

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