You are here

public static property ElementsVerticalTabsTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/Form/ElementsVerticalTabsTest.php \Drupal\system\Tests\Form\ElementsVerticalTabsTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Form/ElementsVerticalTabsTest.php, line 26
Contains \Drupal\system\Tests\Form\ElementsVerticalTabsTest.

Class

ElementsVerticalTabsTest
Tests the vertical_tabs form element for expected behavior.

Namespace

Drupal\system\Tests\Form

Code

public static $modules = array(
  'form_test',
);