-
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.
PHPUnit test updates for WP 6.4.1 (#27)
* remove setting the $wp_version to 6.3.1 looks like we can't actually override the global since it will get set as soon as we run _pantheon_get_current_wordpress_version. The WordPress version will always be the installed version from this function so we just need to remember to update the unit tests for this one. * bump the wp version to current * set a static wp_version property that we can use later * figure out the next beta version based on the current version * dynamically get the next beta version * add @var for linting
- Loading branch information
1 parent
08f07be
commit 983a72c
Showing
1 changed file
with
30 additions
and
8 deletions.
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