You are here

protected function FileFieldFormatterTest::setUp in Entity Embed 8

Overrides EntityEmbedTestBase::setUp

File

tests/src/Functional/FileFieldFormatterTest.php, line 32

Class

FileFieldFormatterTest
Tests the file field formatter provided by entity_embed.

Namespace

Drupal\Tests\entity_embed\Functional

Code

protected function setUp() {
  parent::setUp();
  $this->file = $this
    ->getTestFile('text');
}