From 43597bb107ea0a6b61f1f0af083cbccde3680f77 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 10 Aug 2024 12:27:07 +0100 Subject: [PATCH] Make `SIMPLETEST_DB` configurable --- build-configs.yaml | 2 ++ phpunit.xml | 36 ------------------------------------ phpunit.xml.dist | 2 +- 3 files changed, 3 insertions(+), 37 deletions(-) delete mode 100644 phpunit.xml diff --git a/build-configs.yaml b/build-configs.yaml index 83b279c..36f239d 100644 --- a/build-configs.yaml +++ b/build-configs.yaml @@ -24,6 +24,8 @@ parameters: drupal: docroot: web + simpletest: + db: mysql://app:app@database/app#test docker-compose: services: diff --git a/phpunit.xml b/phpunit.xml deleted file mode 100644 index dff535b..0000000 --- a/phpunit.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - ./web/modules/custom/**/tests/**/Functional - - - ./web/modules/custom/**/tests/**/Kernel - - - ./web/modules/custom/**/tests/**/Unit - - - diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 179546d..a53e84c 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -17,7 +17,7 @@ - +