function TestingProfileInstallTest::testUpdateModuleInstall
Same name in other branches
- 9 core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php \Drupal\FunctionalTests\Installer\TestingProfileInstallTest::testUpdateModuleInstall()
- 8.9.x core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php \Drupal\FunctionalTests\Installer\TestingProfileInstallTest::testUpdateModuleInstall()
- 10 core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php \Drupal\FunctionalTests\Installer\TestingProfileInstallTest::testUpdateModuleInstall()
Ensure the Update module is installed.
File
-
core/
tests/ Drupal/ FunctionalTests/ Installer/ TestingProfileInstallTest.php, line 29
Class
- TestingProfileInstallTest
- Tests installing the Testing profile with update notifications on.
Namespace
Drupal\FunctionalTests\InstallerCode
public function testUpdateModuleInstall() : void {
$this->assertTrue(\Drupal::moduleHandler()->moduleExists('update'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.