mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-20 08:20:46 +01:00
Make the PHP test runner conifigurable
PHPUnit, Pest or Paratest.
This commit is contained in:
parent
e1dc284a61
commit
5f62b02d14
3 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
drupal:
|
||||
docroot: web
|
||||
|
||||
php:
|
||||
test_runner: phpunit
|
||||
|
||||
experimental:
|
||||
runStaticAnalysisOnTests: false
|
||||
useNewDatabaseCredentials: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue