Changeset 53824 for trunk/tests/phpunit/tests/cache.php
- Timestamp:
- 08/04/2022 02:02:36 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/cache.php
r53823 r53824 25 25 $cache = new $cache_class(); 26 26 27 $cache->add_global_groups( 28 array( 29 'global-cache-test', 30 'users', 31 'userlogins', 32 'usermeta', 33 'user_meta', 34 'useremail', 35 'userslugs', 36 'site-transient', 37 'site-options', 38 'blog-lookup', 39 'blog-details', 40 'rss', 41 'global-posts', 42 'blog-id-cache', 43 'networks', 44 'sites', 45 'site-details', 46 ) 47 ); 27 $cache->add_global_groups( array( 'global-cache-test' ) ); 48 28 49 29 return $cache;
Note: See TracChangeset
for help on using the changeset viewer.