function UpdatePathTestTrait::ensureUpdatesToRun
Same name in other branches
- 8.9.x core/tests/Drupal/Tests/UpdatePathTestTrait.php \Drupal\Tests\UpdatePathTestTrait::ensureUpdatesToRun()
- 10 core/tests/Drupal/Tests/UpdatePathTestTrait.php \Drupal\Tests\UpdatePathTestTrait::ensureUpdatesToRun()
- 11.x core/tests/Drupal/Tests/UpdatePathTestTrait.php \Drupal\Tests\UpdatePathTestTrait::ensureUpdatesToRun()
Installs the update_script_test module and makes an update available.
5 calls to UpdatePathTestTrait::ensureUpdatesToRun()
- BrokenCacheUpdateTest::setUp in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ BrokenCacheUpdateTest.php - DatabaseVersionCheckUpdateTest::setUp in core/
modules/ system/ tests/ src/ Functional/ Update/ DatabaseVersionCheckUpdateTest.php - EntityUpdateInitialTest::setUp in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ EntityUpdateInitialTest.php - UpdatePathTestJavaScriptTest::setUp in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePathTestJavaScriptTest.php - UpdatePathWithBrokenRoutingTest::setUp in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePathWithBrokenRoutingTest.php
File
-
core/
tests/ Drupal/ Tests/ UpdatePathTestTrait.php, line 173
Class
- UpdatePathTestTrait
- Trait UpdatePathTestTrait.
Namespace
Drupal\TestsCode
protected function ensureUpdatesToRun() {
\Drupal::service('module_installer')->install([
'update_script_test',
]);
// Reset the schema so there is an update to run.
\Drupal::service('update.update_hook_registry')->setInstalledVersion('update_script_test', 8000);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.