public function ImceSettingsFormTest::testBuildHeaderProfilesTable in IMCE 8.2
Same name and namespace in other branches
- 8 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\FormCode
public function testBuildHeaderProfilesTable() {
$headerProfiles = $this->imceSettingsForm
->buildHeaderProfilesTable();
$this
->assertIsArray($headerProfiles);
}