Correct expected counts in WP_User_Query 'number' test.

The `create_many()` number should be padded by just one, to account for the
user created by the test suite. Introduced in [35114].

We also don't have to create so many fixtures to run this test.

See #28631.
Built from https://develop.svn.wordpress.org/trunk@35123


git-svn-id: http://core.svn.wordpress.org/trunk@35088 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2015-10-13 03:26:23 +00:00
parent d8e20fa273
commit 8de6b7aa8e

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-35122';
$wp_version = '4.4-alpha-35123';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.