Changeset 47942 for trunk/tests/phpunit/tests/cache.php
- Timestamp:
- 06/09/2020 10:40:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/cache.php
r47938 r47942 325 325 wp_cache_set( 'foo1', 'bar', 'group2' ); 326 326 327 $found = wp_cache_get_multiple( array( 'foo1', 'foo2', 'foo3' ,), 'group1' );327 $found = wp_cache_get_multiple( array( 'foo1', 'foo2', 'foo3' ), 'group1' ); 328 328 329 329 $expected = array(
Note: See TracChangeset
for help on using the changeset viewer.