protected function AggregatorLocalTasksTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 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 17
Class
- AggregatorLocalTasksTest
- Tests existence of aggregator local tasks.
Namespace
Drupal\Tests\aggregator\Unit\MenuCode
protected function setUp() : void {
$this->directoryList = [
'aggregator' => 'core/modules/aggregator',
];
parent::setUp();
}