function InstallerExistingConfigProfileHookInstallTest::testConfigSync
Confirms the installation has failed and the expected error is displayed.
Overrides InstallerConfigDirectoryTestBase::testConfigSync
File
-
core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigProfileHookInstallTest.php, line 70
Class
- InstallerExistingConfigProfileHookInstallTest
- Verifies that profiles with hook_install() can't be installed from config.
Namespace
Drupal\FunctionalTests\InstallerCode
public function testConfigSync() : void {
$this->assertSession()
->titleEquals('Requirements problem | Drupal');
$this->assertSession()
->pageTextContains($this->profile);
$this->assertSession()
->pageTextContains('The selected profile has a hook_install() implementation and therefore can not be installed from configuration.');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.