- Clone this repo, which was created with the Drupal 11 quickstart
ddev config --webserver-type=generic --project-type=drupal11 --docroot=web
- To update the repo:
ddev composer update --with-all-dependencies
ddev composer install --no-dev
git add -u
andgit add *
ddev drush si -y demo_umami --account-pass=admin
- Log in and edit the content "Super easy vegetarian pasta bake" (https://test-frankenphp.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=false
tar -czf .tarballs/db.sql.tar.gz -C .tarballs db.sql
cp .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.gz
and.tarballs/files.tgz
as assets - Update the URLs in
ddev/ddev
ddevapp_test.go for the new release - Rerun the tests for frankenphp with
GOTEST_SHORT=20 make testpkg TESTARGS="-run TestDdevFullSiteSetup"
-
-
Notifications
You must be signed in to change notification settings - Fork 0
ddev/test-frankenphp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
For automated testing of DDEV only. Drupal 11 project running via frankenphp
Resources
Code of conduct
Stars
Watchers
Forks
Packages 0
No packages published