function MediaTranslationUITest::setupBundle
Creates or initializes the bundle date if needed.
Overrides ContentTranslationTestBase::setupBundle
File
- 
              core/modules/ media/ tests/ src/ Functional/ MediaTranslationUITest.php, line 57 
Class
- MediaTranslationUITest
- Tests the Media Translation UI.
Namespace
Drupal\Tests\media\FunctionalCode
public function setupBundle() {
  $this->createMediaType('test', [
    'id' => $this->bundle,
    'queue_thumbnail_downloads' => FALSE,
  ]);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
