Wordpress/tests
Sergey Biryukov 530eedb538 Query: Make sure the found_posts property of WP_Query is always an integer, to match the documented type.
This makes the property consistent with similar properties of other classes:
* `WP_Comment_Query::$found_comments`
* `WP_Network_Query::$found_networks`
* `WP_Site_Query::$found_sites`
* `WP_User_Query::$total_users`

Props birgire, PressLabs.
Fixes #42469.

git-svn-id: https://develop.svn.wordpress.org/trunk@48328 602fd350-edb4-49c9-b593-d223f7449a82
2020-07-05 21:32:26 +00:00
..
e2e Editor: update JavaScript packages 2020-06-26 13:31:11 +00:00
phpunit Query: Make sure the found_posts property of WP_Query is always an integer, to match the documented type. 2020-07-05 21:32:26 +00:00
qunit REST API: Introduce endpoint for editing images. 2020-07-04 04:13:17 +00:00