You are here

protected function ModeManagerTest::setUp in The CodeMirror Editor 8

Overrides KernelTestBase::setUp

File

tests/src/Kernel/ModeManagerTest.php, line 22

Class

ModeManagerTest
A test for plugin.manager.codemirror_mode service.

Namespace

Drupal\Tests\codemirror_editor\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installConfig([
    'codemirror_editor',
  ]);
}