Changeset 61562
- Timestamp:
- 01/30/2026 12:53:01 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/admin/wpSiteHealth.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpSiteHealth.php
r61438 r61562 490 490 array( 'comments_count', 0 ), 491 491 array( 'posts_count', 0 ), 492 array( 'terms_count', 1),492 array( 'terms_count', 0 ), 493 493 array( 'options_count', 1 ), 494 494 array( 'users_count', 0 ), 495 array( 'alloptions_count', 1 00),496 array( 'alloptions_bytes', 10 00),495 array( 'alloptions_count', 1 ), 496 array( 'alloptions_bytes', 10 ), 497 497 ); 498 498 }
Note: See TracChangeset
for help on using the changeset viewer.