OffCanvasTestBase::$modules

Same name and namespace in other branches
  1. 10 core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php \Drupal\Tests\system\FunctionalJavascript\OffCanvasTestBase::modules
  2. 11.x core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php \Drupal\Tests\system\FunctionalJavascript\OffCanvasTestBase::modules

Type: modules

Overrides BrowserTestBase::$modules

File

core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php, line 18

Class

OffCanvasTestBase
Base class contains common test functionality for the Off-canvas dialog.

Namespace

Drupal\Tests\system\FunctionalJavascript

Code

protected static $modules = [
    // @todo Remove this in https://www.drupal.org/node/3219959
'block',
    'off_canvas_test',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.