You are here

protected function NewFolderTest::setUp in IMCE 8

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/Plugin/ImcePlugin/NewFolderTest.php \Drupal\Tests\imce\Kernel\Plugin\ImcePlugin\NewFolderTest::setUp()

Overrides KernelTestBasePlugin::setUp

File

tests/src/Kernel/Plugin/ImcePlugin/NewFolderTest.php, line 49

Class

NewFolderTest
Kernel tests for Imce plugins for Imce Plugin NewFolder.

Namespace

Drupal\Tests\imce\Kernel\Plugin\ImcePlugin

Code

protected function setUp() {
  parent::setUp();
  $this->imceFM = $this
    ->getImceFM();
  $this->newFolder = new Newfolder([], 'newfolder', []);
  $this->newFolder
    ->opNewfolder($this->imceFM);
}