Resolve #3521059 "Finish deprecating 'Update Manager' related code in Update Status"
Closes #3521059
Merge request reports
Activity
- Resolved by Derek Wright
- Resolved by Derek Wright
- Resolved by Derek Wright
- Resolved by Derek Wright
8 * Tests legacy Update Manager functionality of the Update Status module. 9 * 10 * @group legacy 11 * @group update 12 */ 13 class UpdateManagerTest extends UpdateTestBase { 14 15 /** 16 * {@inheritdoc} 17 */ 18 protected $defaultTheme = 'stark'; 19 20 /** 21 * Checks that clearing the disk cache works. 22 */ 23 public function testClearDiskCache(): void { added 1 commit
added 17 commits
-
da047a93...87c85acb - 7 commits from branch
project:11.x
- 37ddb468 - [#3521059]: Deprecate 'update.root' service and the src/UpdateRoot.php class
- 067becce - [#3521059]: Deprecate more procedural functions in update.module
- 8afec9d6 - Mark Kernel/UpdateDeleteFileIfStaleTest.php as a legacy test
- 5b60b90c - Add calls to deprecated code from deprecated code into .phpstan-baseline.php for now
- 95abce34 - Move testClearDiskCache() from UpdateMiscTest to a new UpdateManagerTest that...
- d22acdd5 - Add defaultTheme to UpdateManagerTest
- eb96e022 - [#3521059] Clarify comment at top of UpdateRoot.php
- 609715a0 - Revert "Add calls to deprecated code from deprecated code into .phpstan-baseline.php for now"
- b1e1b1dd - [#3521059]: Use @phpstan-ignore instead of updating the baseline for calls to...
- 7ccc86d1 - [#3521059]: Apply suggestions to use __FUNCTION__ not __METHOD__ (since...
Toggle commit list-
da047a93...87c85acb - 7 commits from branch
added 1 commit
added 37 commits
-
4c3946ba...6810f24a - 24 commits from branch
project:11.x
- 6810f24a...3ac13890 - 3 earlier commits
- dc57dbae - Add calls to deprecated code from deprecated code into .phpstan-baseline.php for now
- f8378d16 - Move testClearDiskCache() from UpdateMiscTest to a new UpdateManagerTest that...
- fb4e338e - Add defaultTheme to UpdateManagerTest
- cbe7667b - [#3521059] Clarify comment at top of UpdateRoot.php
- af4b396b - Revert "Add calls to deprecated code from deprecated code into .phpstan-baseline.php for now"
- ce94f238 - [#3521059]: Use @phpstan-ignore instead of updating the baseline for calls to...
- 2d74ad98 - [#3521059]: Apply suggestions to use __FUNCTION__ not __METHOD__ (since...
- a7f3d35a - [#3521059]: Stop calling update_clear_update_disk_cache() from hook_cron
- 5d894c51 - [#3521059]: Deprecate the 'authorize-report' template and template_preprocess_authorize_report()
- 34f422f9 - [#3521059]: Add @deprecated comments to authorize-report.html.twig (both from system and stable9)
Toggle commit list-
4c3946ba...6810f24a - 24 commits from branch
added 1 commit
added 1 commit
added 1 commit
added 1 commit
added 1 commit
Please register or sign in to reply