function ConfigInstallWebTest::testConfigInstall

Same name and namespace in other branches
  1. main core/modules/config/tests/src/Functional/ConfigInstallWebTest.php \Drupal\Tests\config\Functional\ConfigInstallWebTest::testConfigInstall()

Tests various config install scenarios.

File

core/modules/config/tests/src/Functional/ConfigInstallWebTest.php, line 220

Class

ConfigInstallWebTest
Tests configuration objects before and after module install and uninstall.

Namespace

Drupal\Tests\config\Functional

Code

public function testConfigInstall() : void {
  $this->doTestUnmetDependenciesInstall();
  $this->doTestConfigModuleRequirements();
  $this->doTestEnumsAndConstantsInModules();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.