You are here

protected function DiffPluginEntityTest::setUp in Diff 8

Overrides DiffPluginTestBase::setUp

File

tests/src/Functional/DiffPluginEntityTest.php, line 36

Class

DiffPluginEntityTest
Tests the Diff module entity plugins.

Namespace

Drupal\Tests\diff\Functional

Code

protected function setUp() {
  parent::setUp();
  $this->fileSystem = \Drupal::service('file_system');

  // FieldUiTestTrait checks the breadcrumb when adding a field, so we need
  // to show the breadcrumb block.
  $this
    ->drupalPlaceBlock('system_breadcrumb_block');
}