Commit graph

11 commits

Author SHA1 Message Date
Oliver Davies 7dea406c49 Add default php.ini values 2024-10-29 01:14:09 +00:00
Oliver Davies afcca18c9e drupal: make simpletest DB URL configurable 2024-08-10 13:40:50 +01:00
Oliver Davies b60cd7ae1b Revert "Make the PHP test runner conifigurable"
This reverts commit 5f62b02d14.
2024-02-19 10:52:09 +00:00
Oliver Davies 3d0a8215f9 Remove feature flag for different database credentials 2024-02-18 23:13:46 +00:00
Oliver Davies 5f62b02d14 Make the PHP test runner conifigurable
PHPUnit, Pest or Paratest.
2024-02-18 16:35:37 +00:00
Oliver Davies 87c2f2e496 Allow for running PHPStan on test files and not
...ignoring them within the PHPStan configuration file
2023-11-28 13:31:23 +00:00
Oliver Davies b32813f4d7 chore: use new database credentials by default
Use the new database credentials by default.

The `experimental.useNewDatabaseCredentials` feature flag can be removed
once it's been removed from all `build.yaml` files.
2023-11-22 23:45:49 +00:00
Oliver Davies fb63a6c245 feat: opt-in to the new database credentials
Allow for changing the default database name, username and password from
`drupal` to `app` by enabling the
`experimental.useNewDatabaseCredentials` feature flag in a project's
`build.yaml` file.

Refs: OD-27
2023-04-16 21:21:40 +01:00
Oliver Davies bb4f630bd5 refactor: re-order defaults 2023-04-16 20:42:53 +01:00
Oliver Davies 779206dfdd chore: add a default Drupal docroot 2023-03-14 23:08:25 +00:00
Oliver Davies 6b5c1b5aee feat: add project_root setting
Allow for overriding the project root from `/app` to something else,
such as `/var/www/html`.

The default is set within a new `build.defaults.yaml` file which the
project specific file is merged into.

Fixes #27
2023-03-10 22:21:14 +00:00