Make the PHP test runner conifigurable

PHPUnit, Pest or Paratest.
This commit is contained in:
Oliver Davies 2024-02-18 16:35:37 +00:00
parent e1dc284a61
commit 5f62b02d14
3 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,9 @@
drupal:
docroot: web
php:
test_runner: phpunit
experimental:
runStaticAnalysisOnTests: false
useNewDatabaseCredentials: true