Changeset 60729 for trunk/tests/phpunit/tests/user/queryCache.php
- Timestamp:
- 09/11/2025 02:45:56 PM (4 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/user/queryCache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/queryCache.php
r58876 r60729 772 772 773 773 $reflection = new ReflectionMethod( $query1, 'generate_cache_key' ); 774 $reflection->setAccessible( true ); 774 if ( PHP_VERSION_ID < 80100 ) { 775 $reflection->setAccessible( true ); 776 } 775 777 776 778 $cache_key_1 = $reflection->invoke( $query1, $query_vars, $request_with_placeholder );
Note: See TracChangeset
for help on using the changeset viewer.