Tests: Restore the environment before performing assertions in some canonical tests.
This aims to avoid affecting other tests in case of failure. Follow-up to [28704], [45133]. See #61608. Built from https://develop.svn.wordpress.org/trunk@59017 git-svn-id: http://core.svn.wordpress.org/trunk@58413 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5d3a6274b4
commit
5c52d270ec
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.7-alpha-59016';
|
||||
$wp_version = '6.7-alpha-59017';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue