Problem/Motivation

drupal-check results on commit hash: 13a681bb39be5d43580ed53cb3e6b6264501816e

OK: No Errors

Proposed resolution

add this drupalci.yml:

# Learn to make one for your own drupal.org project:
# https://www.drupal.org/drupalorg/docs/drupal-ci/customizing-drupalci-testing
build:
  assessment:
    validate_codebase:
      phplint:
      container_composer:
      phpcs:
        # phpcs will use core's specified version of Coder.
        sniff-all-files: true
        halt-on-fail: false
    testing:
      # run_tests task is executed several times in order of performance speeds.
      # halt-on-fail can be set on the run_tests tasks in order to fail fast.
      # suppress-deprecations is false in order to be alerted to usages of
      # deprecated code.
      run_tests.standard:
        types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
        testgroups: '--all'
        suppress-deprecations: false
      run_tests.js:
        types: 'PHPUnit-FunctionalJavascript'
        testgroups: '--all'
        suppress-deprecations: false
      nightwatchjs: {  }

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

oheller created an issue. See original summary.

angela_G’s picture

Based on current "drupal-check"

3/3 [============================] 100%

 ------ -----------------------------------------------------
  Line   editor_file.admin.inc
 ------ -----------------------------------------------------
  89     Call to deprecated function file_upload_max_size().
 ------ -----------------------------------------------------

 ------ -----------------------------------------------------
  Line   src\Form\EditorFileDialog.php
 ------ -----------------------------------------------------
  115    Call to deprecated function file_upload_max_size().
  115    Call to deprecated function file_upload_max_size().
 ------ -----------------------------------------------------

                                                                                
 [ERROR] Found 3 errors  
angela_G’s picture

Status: Active » Needs review

  • angela_G authored e530697 on 8.x-1.x
    Issue #3042657 by angela_G: Fix Drupal 9 deprecated code
    
DuaelFr’s picture

Status: Needs review » Fixed

Thanks @angela_G!

Status: Fixed » Closed (fixed)

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