protected static property OffCanvasDialogTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php \Drupal\Tests\system\Functional\Ajax\OffCanvasDialogTest::modules
- 10 core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php \Drupal\Tests\system\Functional\Ajax\OffCanvasDialogTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ system/ tests/ src/ Functional/ Ajax/ OffCanvasDialogTest.php, line 27
Class
- OffCanvasDialogTest
- Performs tests on opening and manipulating dialogs via AJAX commands.
Namespace
Drupal\Tests\system\Functional\AjaxCode
protected static $modules = [
'ajax_test',
];