mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-25 10:38:11 +01:00
Tests: Improve the test for sticky posts not being moved to the front in sitemaps.
* Give the test method a most descriptive name. * Use a single assertion for the URL list instead of a `foreach` loop to provide more context in case of failure. * Add a failure message to each assertion, as there are multiple assertions used in the test. Follow-up to [53548]. See #55633. Built from https://develop.svn.wordpress.org/trunk@53556 git-svn-id: http://core.svn.wordpress.org/trunk@53145 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5d2e8afebd
commit
fb93f0ecc1
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.1-alpha-53555';
|
$wp_version = '6.1-alpha-53556';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user