Changeset 12243 for trunk/tests/phpunit/testcases/core/caps.php
- Timestamp:
- 10/05/2018 03:08:21 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/caps.php
r11737 r12243 6 6 */ 7 7 class BP_Tests_Core_Caps extends BP_UnitTestCase { 8 /** 9 * @expectedDeprecated wpmu_new_blog 10 */ 8 11 public function test_bp_current_user_can_should_interpret_integer_second_param_as_a_blog_id() { 9 12 if ( ! is_multisite() ) { … … 27 30 /** 28 31 * @ticket BP6501 32 * @expectedDeprecated wpmu_new_blog 29 33 */ 30 34 public function test_bp_current_user_can_should_respect_blog_id_passed_in_args_array() {
Note: See TracChangeset
for help on using the changeset viewer.