You are here

protected static property ActionListTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/action/tests/src/Functional/ActionListTest.php \Drupal\Tests\action\Functional\ActionListTest::modules
  2. 9 core/modules/action/tests/src/Functional/ActionListTest.php \Drupal\Tests\action\Functional\ActionListTest::modules

Modules to install.

Type: array

File

core/modules/action/tests/src/Functional/ActionListTest.php, line 19

Class

ActionListTest
Test behaviors when visiting the action listing page.

Namespace

Drupal\Tests\action\Functional

Code

protected static $modules = [
  'action',
];