Changeset 52700 for trunk/tests/phpunit/tests/pluggable.php
- Timestamp:
- 02/11/2022 12:50:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pluggable.php
r51404 r52700 296 296 'force' => false, 297 297 ), 298 'wp_cache_set_multiple' => array( 299 'data', 300 'group' => '', 301 'expire' => 0, 302 ), 303 'wp_cache_add_multiple' => array( 304 'data', 305 'group' => '', 306 'expire' => 0, 307 ), 308 'wp_cache_delete_multiple' => array( 309 'keys', 310 'group' => '', 311 ), 298 312 'wp_cache_incr' => array( 299 313 'key',
Note: See TracChangeset
for help on using the changeset viewer.