Changeset 12246 for trunk/tests/phpunit/testcases/core/avatars.php
- Timestamp:
- 10/05/2018 05:24:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/avatars.php
r12244 r12246 19 19 /** 20 20 * @ticket BP4948 21 * @expectedDeprecated wpmu_new_blog22 21 */ 23 22 function test_avatars_on_non_root_blog() { … … 25 24 if ( ! is_multisite() ) { 26 25 $this->markTestSkipped(); 26 } 27 28 if ( function_exists( 'wp_initialize_site' ) ) { 29 $this->setExpectedDeprecated( 'wpmu_new_blog' ); 27 30 } 28 31
Note: See TracChangeset
for help on using the changeset viewer.