You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While that's meant for testing, it would be great to enable a --db-url option for site install - the value passed in can be split by Drupal core in the relevant components without needing to pass all the separate --db-user, --db-pass etc. options.
The good thing is that it will be the same URL used to specify the value of the SIMPLETEST_DB variable in testing, so CI tools could unify on a single variable to specify installation and testing.
Problem/Motivation
With Testing framework does not work with contributed database drivers, in Drupal 8.6.x a new set of methods has been introduced to convert DB URLs back and forth to database connection arrays.
While that's meant for testing, it would be great to enable a --db-url option for site install - the value passed in can be split by Drupal core in the relevant components without needing to pass all the separate --db-user, --db-pass etc. options.
The good thing is that it will be the same URL used to specify the value of the SIMPLETEST_DB variable in testing, so CI tools could unify on a single variable to specify installation and testing.
Example:
The text was updated successfully, but these errors were encountered: