You are here

protected function DeleteTest::setUp in IMCE 8.2

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

Overrides KernelTestBasePlugin::setUp

File

tests/src/Kernel/Plugin/ImcePlugin/DeleteTest.php, line 51

Class

DeleteTest
Kernel tests for Imce plugins for Imce Plugin Core.

Namespace

Drupal\Tests\imce\Kernel\Plugin\ImcePlugin

Code

protected function setUp() : void {
  parent::setUp();
  $this->imceFM = $this
    ->getImceFM();
  $this->delete = new Delete([], "delete", []);
  $this
    ->getTestFileUri();
  $this
    ->setSelectionFile();
}