protected function PageManagerTranslationIntegrationTest::setupBundle in Page Manager 8
Creates or initializes the bundle date if needed.
Overrides ContentTranslationTestBase::setupBundle
File
- src/
Tests/ PageManagerTranslationIntegrationTest.php, line 40 - Contains \Drupal\page_manager\Tests\PageManagerTranslationIntegrationTest.
Class
- PageManagerTranslationIntegrationTest
- Tests that overriding the entity page does not affect content translation.
Namespace
Drupal\page_manager\TestsCode
protected function setupBundle() {
parent::setupBundle();
$this
->drupalCreateContentType([
'type' => 'article',
'name' => 'Article',
]);
}