public static property UrlTest::$modules in Drupal 8
Same name in this branch
- 8 core/modules/system/tests/src/Functional/Common/UrlTest.php \Drupal\Tests\system\Functional\Common\UrlTest::modules
- 8 core/modules/system/tests/src/Functional/Form/UrlTest.php \Drupal\Tests\system\Functional\Form\UrlTest::modules
Same name and namespace in other branches
- 9 core/modules/system/tests/src/Functional/Form/UrlTest.php \Drupal\Tests\system\Functional\Form\UrlTest::modules
- 10 core/modules/system/tests/src/Functional/Form/UrlTest.php \Drupal\Tests\system\Functional\Form\UrlTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ system/ tests/ src/ Functional/ Form/ UrlTest.php, line 20
Class
- UrlTest
- Tests the form API URL element.
Namespace
Drupal\Tests\system\Functional\FormCode
public static $modules = [
'form_test',
];