Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For PHP 7.1 compat use get_wp_details() instead of "version.php" include. #13

Merged
merged 2 commits into from
May 26, 2017

Conversation

gitlost
Copy link
Contributor

@gitlost gitlost commented May 26, 2017

Issue #12

Use Core_Command::get_wp_details() instead of including "wp-include/version.php" to set from/to versions, for PHP 7.1 compatibility, and use WP >= 3.9 for tests (except for one) for PHP >= 7 compatibility.

Also as mentioned in #8 (comment), update an old "4.0.16" version missed in #7 and remove the "require-wp-4.0" tag which was masking it from travis.

Also make sure cache is empty for "Verify release hash when downloading new version" test (probably only a run-locally issue).

Also address #10, misleading test prompt order, as it's trivial to fix.

@danielbachhuber
Copy link
Member

👌 Thanks @gitlost

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants