You are here

public static property PageManagerIntegrationTest::$modules in Panels 8.4

Same name and namespace in other branches
  1. 8.3 panels_ipe/tests/src/FunctionalJavascript/PageManagerIntegrationTest.php \Drupal\Tests\panels_ipe\FunctionalJavascript\PageManagerIntegrationTest::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

panels_ipe/tests/src/FunctionalJavascript/PageManagerIntegrationTest.php, line 20

Class

PageManagerIntegrationTest
Tests the JavaScript functionality of Panels IPE with PageManager.

Namespace

Drupal\Tests\panels_ipe\FunctionalJavascript

Code

public static $modules = [
  'panels',
  'panels_ipe',
  'page_manager',
  'panels_ipe_page_manager_test_config',
  'system',
];