Changeset 52702
- Timestamp:
- 02/11/2022 05:39:48 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/cache.php
r52700 r52702 377 377 */ 378 378 public function test_wp_cache_set_multiple() { 379 wp_cache_set( 'foo1', 'bar', 'group1' );380 wp_cache_set( 'foo2', 'bar', 'group1' );381 wp_cache_set( 'foo3', 'bar', 'group2' );382 383 379 $found = wp_cache_set_multiple( 384 380 array(
Note: See TracChangeset
for help on using the changeset viewer.