You are here

public function ImceSettingsFormTest::testBuildHeaderProfilesTable in IMCE 8

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

Test method buildHeaderProfilesTable().

File

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

Class

ImceSettingsFormTest
Kernel tests for ImceSettingsForm.

Namespace

Drupal\Tests\imce\Kernel\Form

Code

public function testBuildHeaderProfilesTable() {
  $headerProfiles = $this->imceSettingsForm
    ->buildHeaderProfilesTable();
  $this
    ->assertTrue(is_array($headerProfiles));
}