Changeset 57987 for trunk/tests/phpunit/tests/cache.php
- Timestamp:
- 04/12/2024 05:45:23 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/cache.php
r54891 r57987 358 358 359 359 if ( ! is_multisite() ) { 360 // Single site i ngnores switch_to_blog().360 // Single site ignores switch_to_blog(). 361 361 $this->assertTrue( $this->cache->set( $key, $val ) ); 362 362 $this->assertSame( $val, $this->cache->get( $key ) );
Note: See TracChangeset
for help on using the changeset viewer.