You are here

public static property PageManagerTranslationIntegrationTest::$modules in Page Manager 8

Modules to enable.

Type: array

Overrides ContentTranslationTestBase::$modules

File

src/Tests/PageManagerTranslationIntegrationTest.php, line 25
Contains \Drupal\page_manager\Tests\PageManagerTranslationIntegrationTest.

Class

PageManagerTranslationIntegrationTest
Tests that overriding the entity page does not affect content translation.

Namespace

Drupal\page_manager\Tests

Code

public static $modules = [
  'block',
  'page_manager',
  'node',
  'content_translation',
];