We should upgrade PHPUnit to the latest stable version (currently 4.4.2).

Currently we are stuck on an old branch of PHPUnit (4.1.x) because we have some tests that are using methods that are deprecated in PHPUnit 4.2: assertSelectEquals(), assertTag() and assertNotTag(). Once these deprecated methods are removed in #2331685: PHPUnit deprecated assertTag(), assertNotTag() and assertSelectEquals() we can update PHPUnit to the latest stable version.

Beta phase evaluation

Reference: https://www.drupal.org/core/beta-changes
Prioritized changes It is an external PHP library update

Comments

catch’s picture

Priority: Normal » Major
catch’s picture

pfrenssen’s picture

Issue summary: View changes
jibran’s picture

Status: Postponed » Active
kim.pepper’s picture

Status: Active » Needs review
StatusFileSize
new2.85 KB
new505.4 KB

Ran composer update phpunit/phpunit

Status: Needs review » Needs work

The last submitted patch, 5: 2387027-phpunit.patch, failed testing.

pfrenssen’s picture

Status: Needs work » Needs review
StatusFileSize
new5.72 KB
new1.06 MB
aspilicious’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me...

kim.pepper’s picture

Issue summary: View changes

Added beta evaluation.

webchick’s picture

Status: Reviewed & tested by the community » Fixed

No changes outside of composer and core/vendor/ so this looks good.

Committed and pushed to 8.0.x. Thanks!

  • webchick committed a3fd4d0 on 8.0.x
    Issue #2387027 by kim.pepper, pfrenssen: Upgrade PHPUnit to the latest...

Status: Fixed » Closed (fixed)

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