Fix issues raised by phpstan. This issue is not about fixing issues needed for Drupal 12 compatibility.

Issue fork webform-3565161

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

liam morland created an issue. See original summary.

  • liam morland committed 040be590 on 6.3.x
    fix: #3565161 Replace use of deprecated ::basename() method
    

  • liam morland committed e4607bbb on 6.3.x
    fix: #3565161 Fix path to webform.tokens.inc
    
    Fixes issue introduced in...

  • liam morland committed 83446acc on 6.3.x
    fix: #3565161 Remove use of deprecated ::assertAttributeEquals()
    

  • liam morland committed 0e2de09f on 6.3.x
    fix: #3565161 Correct class for mock in WebformSubmissionBulkFormTest
    

  • liam morland committed 040be590 on 6.x
    fix: #3565161 Replace use of deprecated ::basename() method
    

  • liam morland committed e4607bbb on 6.x
    fix: #3565161 Fix path to webform.tokens.inc
    
    Fixes issue introduced in...

  • liam morland committed 83446acc on 6.x
    fix: #3565161 Remove use of deprecated ::assertAttributeEquals()
    

  • liam morland committed 0e2de09f on 6.x
    fix: #3565161 Correct class for mock in WebformSubmissionBulkFormTest
    
liam morland’s picture

Issue summary: View changes

Some issues are fixed. Leaving open so that others can be fixed.

There may be some useful code in merge request 779 in a previous tag.

liam morland’s picture

An issue that needs to be fixed is removing use of the deprecated method Symfony\Component\HttpFoundation\Request->get(). The changes needed to fix this may be in this commit.