public static property TelephoneFieldTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php \Drupal\Tests\telephone\Functional\TelephoneFieldTest::modules
- 10 core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php \Drupal\Tests\telephone\Functional\TelephoneFieldTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ telephone/ tests/ src/ Functional/ TelephoneFieldTest.php, line 21
Class
- TelephoneFieldTest
- Tests the creation of telephone fields.
Namespace
Drupal\Tests\telephone\FunctionalCode
public static $modules = [
'field',
'node',
'telephone',
];