Tests: Add a post author to "Parent 1" page fixture in `tests/post/listPages.php`.

This avoids indeterminate ordering in `test_wp_list_pages_sort_column()`.

Fixes #50466.
Built from https://develop.svn.wordpress.org/trunk@48157


git-svn-id: http://core.svn.wordpress.org/trunk@47926 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-06-24 15:02:08 +00:00
parent 6d927e494c
commit 0f3fbcf670
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-48156';
$wp_version = '5.5-alpha-48157';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.