Changeset 54668
- Timestamp:
- 10/23/2022 12:36:58 PM (2 years ago)
- Location:
- trunk/tests/phpunit/tests/option
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/siteTransient.php
r53865 r54668 10 10 11 11 if ( wp_using_ext_object_cache() ) { 12 $this->markTestSkipped( ' Not testable with an external object cache.' );12 $this->markTestSkipped( 'This test requires that an external object cache is not in use.' ); 13 13 } 14 14 } -
trunk/tests/phpunit/tests/option/transient.php
r53865 r54668 10 10 11 11 if ( wp_using_ext_object_cache() ) { 12 $this->markTestSkipped( ' Not testable with an external object cache.' );12 $this->markTestSkipped( 'This test requires that an external object cache is not in use.' ); 13 13 } 14 14 }
Note: See TracChangeset
for help on using the changeset viewer.