You are here

protected function ContentTranslationSyncImageTest::setUp in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationSyncImageTest::setUp()

Overrides ContentTranslationTestBase::setUp

File

core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php, line 55

Class

ContentTranslationSyncImageTest
Tests the field synchronization behavior for the image field.

Namespace

Drupal\Tests\content_translation\Functional

Code

protected function setUp() {
  parent::setUp();
  $this->files = $this
    ->drupalGetTestFiles('image');
}