You are here

protected function FilterAPITest::setUp in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/filter/tests/src/Kernel/FilterAPITest.php \Drupal\Tests\filter\Kernel\FilterAPITest::setUp()

Overrides EntityKernelTestBase::setUp

File

core/modules/filter/tests/src/Kernel/FilterAPITest.php, line 25

Class

FilterAPITest
Tests the behavior of the API of the Filter module.

Namespace

Drupal\Tests\filter\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->installConfig([
    'system',
    'filter',
    'filter_test',
  ]);
}