Add a patch for Drupal CI with following and look for all the errors, create separate issues for them and fix. Once no issues left, commit the config file to ensure all future changes are verified.

@see: https://www.drupal.org/node/3032484 for more details.

build:
  assessment:
    validate_codebase:
      # Static analysis of code for @deprecated uses.
      phpstan:
        halt-on-fail: false
    testing:
      run_tests.standard:
        types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
        # Fails on errors triggered.
        suppress-deprecations: false
      run_tests.js:
        concurrency: 1
        types: 'PHPUnit-FunctionalJavascript'
        # Fails on errors triggered.
        suppress-deprecations: false
CommentFileSizeAuthor
#3 3044981-3.patch645 bytesnikunjkotecha

Comments

nikunjkotecha created an issue. See original summary.

nikunjkotecha’s picture

Issue summary: View changes
nikunjkotecha’s picture

StatusFileSize
new645 bytes
nikunjkotecha’s picture

Issue summary: View changes
nikunjkotecha’s picture

nikunjkotecha’s picture

Issue tags: -Seattle2019

nikunjkotecha’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.