Tests: Remove a custom callback for checking action call count in multisite tests.

Use `MockAction::get_call_count()` instead, for consistency with the rest of the test suite.

Follow-up to [24/tests], [99/tests], [1078/tests], [1089/tests], [29916], [30784], [30785], [33253].

See #56793.
Built from https://develop.svn.wordpress.org/trunk@54756


git-svn-id: http://core.svn.wordpress.org/trunk@54308 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-11-06 15:56:12 +00:00
parent 8c7a3bf415
commit 68bb07cd6f

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.2-alpha-54755';
$wp_version = '6.2-alpha-54756';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.