Changeset 12606 for trunk/tests/phpunit/testcases/core/avatars.php
- Timestamp:
- 03/31/2020 02:45:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/avatars.php
r12507 r12606 24 24 if ( ! is_multisite() ) { 25 25 $this->markTestSkipped(); 26 }27 28 if ( function_exists( 'wp_initialize_site' ) ) {29 $this->setExpectedDeprecated( 'wpmu_new_blog' );30 26 } 31 27
Note: See TracChangeset
for help on using the changeset viewer.