You are here

public static property DynamicFormSectionsTest::$modules in Examples for Developers 3.x

Same name in this branch
  1. 3.x modules/ajax_example/tests/src/Functional/DynamicFormSectionsTest.php \Drupal\Tests\ajax_example\Functional\DynamicFormSectionsTest::modules
  2. 3.x modules/ajax_example/tests/src/FunctionalJavascript/DynamicFormSectionsTest.php \Drupal\Tests\ajax_example\FunctionalJavascript\DynamicFormSectionsTest::modules
Same name and namespace in other branches
  1. 8 ajax_example/tests/src/Functional/DynamicFormSectionsTest.php \Drupal\Tests\ajax_example\Functional\DynamicFormSectionsTest::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

modules/ajax_example/tests/src/Functional/DynamicFormSectionsTest.php, line 28

Class

DynamicFormSectionsTest
Functional test of non-AJAX dependent dropdown example.

Namespace

Drupal\Tests\ajax_example\Functional

Code

public static $modules = [
  'ajax_example',
];