You are here

protected function ImceProfileDeleteFormTest::setUp in IMCE 8

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

Overrides KernelTestBase::setUp

File

tests/src/Kernel/Form/ImceProfileDeleteFormTest.php, line 39

Class

ImceProfileDeleteFormTest
Kernel tests for ImceProfileDeleteForm.

Namespace

Drupal\Tests\imce\Kernel\Form

Code

protected function setUp() {
  parent::setUp();
  $this->profileDeleteForm = new ImceProfileDeleteForm();
}