You are here

public static property PageManagerAdminTest::$modules in Page Manager 8.4

Same name in this branch
  1. 8.4 page_manager_ui/tests/src/Functional/PageManagerAdminTest.php \Drupal\Tests\page_manager_ui\Functional\PageManagerAdminTest::modules
  2. 8.4 page_manager_ui/tests/src/FunctionalJavascript/PageManagerAdminTest.php \Drupal\Tests\page_manager_ui\FunctionalJavascript\PageManagerAdminTest::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

page_manager_ui/tests/src/FunctionalJavascript/PageManagerAdminTest.php, line 24

Class

PageManagerAdminTest
Tests the admin UI for page entities.

Namespace

Drupal\Tests\page_manager_ui\FunctionalJavascript

Code

public static $modules = [
  'block',
  'page_manager_ui',
  'page_manager_test',
];