You are here

protected function FieldUiTest::setUp in Field Formatter Filter 2.0.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/FieldUiTest.php \Drupal\Tests\field_formatter_filter\Kernel\FieldUiTest::setUp()

Overrides BrowserTestBase::setUp

File

tests/src/Functional/FieldUiTest.php, line 37

Class

FieldUiTest
Tests applying the filter formatter to a node.

Namespace

Drupal\Tests\field_formatter_filter\Kernel

Code

protected function setUp() {
  parent::setUp();

  // Need to mock more bootstrap stuff.
  $this
    ->createTextFormats();
}