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 @@ - +