Wordpress/tests
Jonathan Desrosiers 5c6cc0f6ce WPDB: Check that `$wpdb->last_result` is countable before counting with it.
`wpdb::get_col()` iterates over `$wpdb->last_result`, which can be a non-countable value, should the preceding query have failed.

Props spacedmonkey, desrosj, pento.

Merges [43934] into trunk.

See #45299.

git-svn-id: https://develop.svn.wordpress.org/trunk@44272 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-17 18:38:13 +00:00
..
phpunit WPDB: Check that `$wpdb->last_result` is countable before counting with it. 2018-12-17 18:38:13 +00:00
qunit REST API: Preserve unknown, respect `null` in server-side block rendering. 2018-12-17 17:59:44 +00:00