Changeset 52010 for trunk/tests/phpunit/tests/multisite.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite.php
r51869 r52010 10 10 class Tests_Multisite extends WP_UnitTestCase { 11 11 12 function test_wpmu_log_new_registrations() {12 public function test_wpmu_log_new_registrations() { 13 13 global $wpdb; 14 14 … … 26 26 * @ticket 37392 27 27 */ 28 function test_wp_count_sites() {28 public function test_wp_count_sites() { 29 29 // Create a random number of sites with each status. 30 30 $site_ids = array(
Note: See TracChangeset
for help on using the changeset viewer.