-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove hard-coded WP latest version check (#28)
* copy the wp-latest.json file out of the tmp directory into the tests this way we can use that file to validate against the version of WP that WP is reporting for itself and remove the hard-coded versions * adds a helper method that gets the wp version from wp-latest.json * use the version stored in wp-latest.json * remove commented out var_dump * ignore the vip sniff * remove the true (for no db install) that i used for testing
- Loading branch information
1 parent
983a72c
commit 133425b
Showing
3 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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