transpile v4 unreleased changes onto the v3.5 line#817
Merged
Conversation
Regenerate the transpiled src/includes/tests overlay from master and add the tests/_support/classmap autoload entry (wpdb double) the unit suite now needs.
a53c2fe to
dd44657
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Transpile the v4
masterunreleased changes down to the PHP 7.1-compatible v3.5 line viabin/transpile-35.Source changes (master
unreleased): test suite split intounit/integration, dead-code removal,MysqlServerControllerport reuse,parallel-runfixes,Utils\Filesystemdelegation tosymfony/filesystem(#812, #813, #814, #815, #816).No transpiled code was hand-edited. The only harness-side fix: the unit suite now needs the
tests/_support/classmapautoload entry (minimalwpdbdouble), added tocomposer.jsonandconfig/composer-35.json.Verified:
vendor/bin/codecept run uniton PHP 7.4 — 1154 tests, 4716 assertions, 3 skipped (pre-existing), 0 failures.