You are here

drupalci.yml in External Hreflang 8

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