You are here

protected function ImceTest::setUp in IMCE 8.2

Same name and namespace in other branches
  1. 8 tests/src/Kernel/Plugin/CKEditorPlugin/ImceTest.php \Drupal\Tests\imce\Kernel\Plugin\CKEditorPlugin\ImceTest::setUp()

Overrides KernelTestBase::setUp

File

tests/src/Kernel/Plugin/CKEditorPlugin/ImceTest.php, line 43

Class

ImceTest
Kernel tests for Imce plugins for CKEditor.

Namespace

Drupal\Tests\imce\Kernel\Plugin\CKEditorPlugin

Code

protected function setUp() : void {
  parent::setUp();
  $this->imce = new Imce([], "text_textarea_with_summary", $this
    ->getPluginDefinations());
}