protected function DiffPluginFileTest::setUp in Diff 8
Overrides DiffPluginTestBase::setUp
File
- tests/src/ Functional/ DiffPluginFileTest.php, line 38 
Class
- DiffPluginFileTest
- Tests the Diff module entity plugins.
Namespace
Drupal\Tests\diff\FunctionalCode
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');
}