Changeset 51415 for trunk/tests/phpunit/tests/cache.php
- Timestamp:
- 07/13/2021 10:43:42 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/cache.php
r50610 r51415 252 252 function test_switch_to_blog() { 253 253 if ( ! method_exists( $this->cache, 'switch_to_blog' ) ) { 254 return;254 $this->markTestSkipped( 'This test requires a switch_to_blog() method on the cache object.' ); 255 255 } 256 256
Note: See TracChangeset
for help on using the changeset viewer.