Changeset 49857
- Timestamp:
- 12/21/2020 05:49:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/cache.php
r49184 r49857 116 116 117 117 if ( $_wp_using_ext_object_cache ) { 118 return;118 $this->markTestSkipped( 'This test requires that an external object cache is not in use.' ); 119 119 } 120 120
Note: See TracChangeset
for help on using the changeset viewer.