- Clone this repo, which was created with the Drupal 11 quickstart
ddev config --auto- To update the repo:
ddev composer update --with-all-dependencies && ddev composer require drush/drush ddev composer install --no-devgit add -uandgit add *ddev drush si -y demo_umami --account-pass=admin- Log in and edit the content "Super easy vegetarian pasta bake" (https://test-drupal11.ddev.site/en/node/3/edit) to change the "recipe name" to "Super easy vegetarian pasta bake TEST PROJECT".
ddev export-db --file=.tarballs/db.sql --gzip=falsetar -czf .tarballs/db.sql.tar.gz -C .tarballs db.sqlcp .tarballs/Logo.png web/sites/default/files/tar -czf .tarballs/files.tgz -C web/sites/default/files/ .- Run
git push, create a new release adding.tarballs/db.sql.tar.gzand.tarballs/files.tgzas assets - Update the URLs in
ddev/ddevddevapp_test.go for the new release - Rerun the tests for Drupal11 with
GOTEST_SHORT=19 make testpkg TESTARGS="-run TestDdevFullSiteSetup"
-
-
Notifications
You must be signed in to change notification settings - Fork 1
ddev/test-drupal11
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
TESTING ONLY Drupal11 testing for DDEV
Resources
Code of conduct
Contributing
Stars
Watchers
Forks
Sponsor this project
Packages 0
No packages published