You are here

drupalci.yml in Clientside Validation 3.0.x

Same filename and directory in other branches
  1. 8.2 drupalci.yml
  2. 8 drupalci.yml
  3. 2.0.x drupalci.yml

File

drupalci.yml
View source
  1. build:
  2. assessment:
  3. validate_codebase:
  4. # Static analysis of code for @deprecated uses.
  5. phpstan:
  6. halt-on-fail: true
  7. testing:
  8. run_tests.standard:
  9. types: 'PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
  10. # Fails on errors triggered.
  11. suppress-deprecations: false
  12. run_tests.js:
  13. concurrency: 1
  14. types: 'PHPUnit-FunctionalJavascript'
  15. # Fails on errors triggered.
  16. suppress-deprecations: false