Changeset 25409 for trunk/tests/phpunit/tests/ms.php
- Timestamp:
- 09/12/2013 06:37:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ms.php
r25402 r25409 9 9 */ 10 10 class Tests_MS extends WP_UnitTestCase { 11 protected $deprecated_functions = array( 'is_blog_user', 'get_dashboard_blog' );12 11 protected $plugin_hook_count = 0; 13 12 … … 138 137 } 139 138 139 /** 140 * @expectedDeprecated is_blog_user 141 */ 140 142 function test_is_blog_user() { 141 143 global $wpdb; … … 264 266 } 265 267 268 /** 269 * @expectedDeprecated get_dashboard_blog 270 */ 266 271 function test_get_dashboard_blog() { 267 272 // if there is no dashboard blog set, current blog is used
Note: See TracChangeset
for help on using the changeset viewer.