Skip to content
Snippets Groups Projects

Issue #3275474: Update README instructions for testing the module

Merged Issue #3275474: Update README instructions for testing the module
1 unresolved thread
1 unresolved thread
1 file
+ 1
19
Compare changes
  • Side-by-side
  • Inline
+ 1
19
@@ -14,22 +14,4 @@ Warning the 8.x-2.x version of this module is still in development and should on
@@ -14,22 +14,4 @@ Warning the 8.x-2.x version of this module is still in development and should on
### Manual Testing instructions:
### Manual Testing instructions:
1. Open Terminal
- [Find instructions for Beta Testing](https://www.drupal.org/project/automatic_updates/issues/3275810)
2. Create a Drupal project via composer: `composer create-project drupal/recommended-project:9.2.5 test_updates_project`. Change `9.2.5` to the patch release before the most current version of Drupal. For instance, if the latest version of Drupal core is `9.2.8` then use `9.2.7`.
3. Run `cd test_updates_project`
4. Run `composer require drupal/automatic_updates:2.x-dev`
5. Change to web directory: `cd web`
6. Install Drupal: `php ./core/scripts/drupal quick-start standard`
7. You should see a browser open and log you into the new Drupal site. Please take note of your login information.
8. Click "Extend" in the sidebar.
9. Enable the "Automatic Updates" module.
10. Click the "Updates" tab.
11. You should see an update form with the next of Drupal core as the "Recommend Version". For instance if in step #1 you ran `composer create-project drupal/recommended-project:9.2.5 test_updates_project` and the latest version is `9.2.6` you will see `9.2.6` as the "Recommend Version".
12. Click the "Download these updates" button.
13. You should see a "Downloading updates" screen.
14. Next you should see a "Ready to update" page.
15. Click the "Continue" button at the bottom.
16. You should see an "Apply updates" screen.
17. You should be redirected to the "Available updates" page and see the message "Update Complete". **In the event additional updates are required, you will be redirected to an update pages for the additional updates.
18. You should see your version of core is up-to-date.
19. 🎉
Loading