Changeset 35146
- Timestamp:
- 10/13/2015 07:30:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pluggable.php
r35145 r35146 15 15 */ 16 16 public function testPluggableFunctionSignaturesMatch( $function ) { 17 18 if ( wp_using_ext_object_cache() ) { 19 // #31491 20 $this->markTestSkipped( 'Pluggable function signatures are not tested when an external object cache is in use.' ); 21 } 17 22 18 23 $signatures = $this->getPluggableFunctionSignatures();
Note: See TracChangeset
for help on using the changeset viewer.