You are here

protected static property SettingsTrayTest::$modules in Drupal 10

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

File

core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php, line 18

Class

SettingsTrayTest
Tests opening and saving block forms in the off-canvas dialog.

Namespace

Drupal\Tests\settings_tray\Functional

Code

protected static $modules = [
  'settings_tray',
  'settings_tray_test',
];