Changeset 12606 for trunk/tests/phpunit/testcases/core/caps.php
- Timestamp:
- 03/31/2020 02:45:13 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/testcases/core/caps.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/caps.php
r12246 r12606 9 9 if ( ! is_multisite() ) { 10 10 $this->markTestSkipped( __METHOD__ . ' requires multisite.' ); 11 }12 13 if ( function_exists( 'wp_initialize_site' ) ) {14 $this->setExpectedDeprecated( 'wpmu_new_blog' );15 11 } 16 12 … … 35 31 if ( ! is_multisite() ) { 36 32 $this->markTestSkipped( __METHOD__ . ' requires multisite.' ); 37 }38 39 if ( function_exists( 'wp_initialize_site' ) ) {40 $this->setExpectedDeprecated( 'wpmu_new_blog' );41 33 } 42 34
Note: See TracChangeset
for help on using the changeset viewer.