Problem/Motivation

assertFileNotExists() is deprecated and will be removed in PHPUnit 10. Refactor your code to use assertFileDoesNotExist() instead.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mondrake created an issue. See original summary.

longwave’s picture

Status: Active » Needs review
FileSize
58.78 KB
mondrake’s picture

Status: Needs review » Reviewed & tested by the community

If the PHP 7.3 test turns back green, this is RTBC because it would mean it runs on PHPUnit8. Deprecation silencer removed and all conversions done.

longwave’s picture

catch’s picture

Status: Reviewed & tested by the community » Needs work
Issue tags: +Needs reroll
guilhermevp’s picture

Status: Needs work » Needs review
Issue tags: -Needs reroll
FileSize
58.69 KB

re-rolled patch, please review.

quietone’s picture

Status: Needs review » Needs work
mondrake’s picture

Status: Needs work » Postponed

there’s a race condition, let’s go one issue at the time

longwave’s picture

Status: Postponed » Needs work
Issue tags: +Needs reroll

This can go in now.

Spokje’s picture

Status: Needs work » Needs review
Issue tags: -Needs reroll
FileSize
1.87 KB
58.41 KB

Rerolled

Spokje’s picture

FileSize
58.51 KB
52.13 KB

Well...that's not going to work...

Let's try this one.

mondrake’s picture

Status: Needs review » Reviewed & tested by the community

  • catch committed 116ebd1 on 9.3.x
    Issue #3217706 by Spokje, longwave, guilhermevp, mondrake: Replace...

  • catch committed 11f9e80 on 9.2.x
    Issue #3217706 by Spokje, longwave, guilhermevp, mondrake: Replace...
catch’s picture

Version: 9.3.x-dev » 9.2.x-dev
Status: Reviewed & tested by the community » Fixed

Committed/pushed to 9.3.x, also removed the deprecation suppression removal and GenerateThemeTest hunks and committed to 9.2.x too.

Status: Fixed » Closed (fixed)

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