You are here

protected function ActionLocalTasksTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/action/tests/src/Unit/Menu/ActionLocalTasksTest.php \Drupal\Tests\action\Unit\Menu\ActionLocalTasksTest::setUp()

Overrides LocalTaskIntegrationTestBase::setUp

File

core/modules/action/tests/src/Unit/Menu/ActionLocalTasksTest.php, line 19
Contains \Drupal\Tests\action\Unit\Menu\ActionLocalTasksTest.

Class

ActionLocalTasksTest
Tests action local tasks.

Namespace

Drupal\Tests\action\Unit\Menu

Code

protected function setUp() {
  $this->directoryList = array(
    'action' => 'core/modules/action',
  );
  parent::setUp();
}