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
| Prioritized changes | It is an external PHP library update |
|---|
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 2387027-7-phpunit-4.4.2.patch | 1.06 MB | pfrenssen |
| #7 | 2387027-7-phpunit-4.4.2-do-not-test.patch | 5.72 KB | pfrenssen |
Comments
Comment #1
catchComment #2
catchComment #3
pfrenssenComment #4
jibranComment #5
kim.pepperRan
composer update phpunit/phpunitComment #7
pfrenssenComment #8
aspilicious commentedLooks good to me...
Comment #9
kim.pepperAdded beta evaluation.
Comment #10
webchickNo changes outside of composer and core/vendor/ so this looks good.
Committed and pushed to 8.0.x. Thanks!