Changeset 55822 for trunk/tests/phpunit/tests/admin/wpSiteHealth.php
- Timestamp:
- 05/17/2023 10:44:21 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpSiteHealth.php
r55029 r55822 422 422 add_filter( 423 423 'site_status_persistent_object_cache_thresholds', 424 function() {424 static function() { 425 425 return array( 426 426 'alloptions_count' => PHP_INT_MAX, … … 473 473 add_filter( 474 474 'site_status_persistent_object_cache_thresholds', 475 function ( $thresholds ) use ( $threshold, $count ) {475 static function ( $thresholds ) use ( $threshold, $count ) { 476 476 return array_merge( $thresholds, array( $threshold => $count ) ); 477 477 }
Note: See TracChangeset
for help on using the changeset viewer.