You are here

drupalci.yml in Entity API 8

File

drupalci.yml
View source
  1. # https://www.drupal.org/drupalorg/docs/drupal-ci/customizing-drupalci-testing
  2. build:
  3. assessment:
  4. validate_codebase:
  5. phplint:
  6. container_composer:
  7. phpcs:
  8. # phpcs will use core's specified version of Coder.
  9. sniff-all-files: true
  10. halt-on-fail: false
  11. testing:
  12. run_tests.standard:
  13. types: 'PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
  14. testgroups: '--all'
  15. suppress-deprecations: false
  16. run_tests.javascript:
  17. concurrency: 1
  18. types: 'PHPUnit-FunctionalJavascript'
  19. testgroups: '--all'
  20. suppress-deprecations: false
  21. halt-on-fail: false