You are here

public function ImceSettingsFormTest::testImceSettingsForm in IMCE 8.2

Same name and namespace in other branches
  1. 8 tests/src/Kernel/Form/ImceSettingsFormTest.php \Drupal\Tests\imce\Kernel\Form\ImceSettingsFormTest::testImceSettingsForm()

Test imce settings form.

File

tests/src/Kernel/Form/ImceSettingsFormTest.php, line 101

Class

ImceSettingsFormTest
Kernel tests for ImceSettingsForm.

Namespace

Drupal\Tests\imce\Kernel\Form

Code

public function testImceSettingsForm() {
  $this
    ->assertInstanceOf(FormInterface::class, $this->imceSettingsForm);
}