Wordpress/tests
Felix Arntz 1d1220d566 Multisite: Fix unstable unit test for `get_blog_count()`.
The unit test introduced in [40370] used the strict `assertSame()` check while comparison a count with the value of an option, which under most conditions is not an integer. While the test passed on some setups, it failed on others. This changeset ensures that `assertEquals()` is used to make the test stable.

Fixes #40724.


git-svn-id: https://develop.svn.wordpress.org/trunk@40610 602fd350-edb4-49c9-b593-d223f7449a82
2017-05-10 23:02:42 +00:00
..
phpunit Multisite: Fix unstable unit test for `get_blog_count()`. 2017-05-10 23:02:42 +00:00
qunit REST API: Add `author`, `modified`, and `parent` sort order options for posts. 2017-05-10 18:51:28 +00:00