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:
Sergey Biryukov 2022-06-22 16:52:11 +00:00
parent 5d2e8afebd
commit fb93f0ecc1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @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.