Problem/Motivation
Somehow when merging 7.62 back to dev the changes to include/bootstrap.inc are not included.
\StreamWrapperTest::testPharStreamWrapperRegistration and \StreamWrapperTest::testPharFile are failing because of this.
Proposed resolution
Add them back - this will fix the tests.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3026529-2.patch | 980 bytes | alexpott |
Comments
Comment #2
alexpottI guess this happened because bootstrap.inc contains the version constant that needs adjusting.
Comment #3
alexpottAtm if you do
git diff 7.63...7.x includes/bootstrap.incThis patch fixes that.
Comment #5
fabianx commentedRTBC and fixed
Thanks, Alex!
Comment #6
xjmWell thank you test suite for failing and absolutely legitimately telling us that the fix was broken in HEAD.
This happened because of the way merge conflicts are resolved by the tagging script; for Drupal 8 it's never mattered because
Drupal.phpis not our first choice as a place to add new code, but sincebootstrap.incis if memory serves like 3000 lines of code, I've put a check on the script to bail if there are changes on either file.