- Timestamp:
- 10/05/2018 03:08:21 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/blogs/class-bp-blogs-blog.php
r11737 r12243 6 6 */ 7 7 class BP_Tests_BP_Blogs_Blog_TestCases extends BP_UnitTestCase { 8 /** 9 * @expectedDeprecated wpmu_new_blog 10 */ 8 11 public function test_get_with_search_terms() { 9 12 if ( ! is_multisite() ) { … … 32 35 /** 33 36 * @ticket BP5858 37 * @expectedDeprecated wpmu_new_blog 34 38 */ 35 39 public function test_get_with_search_terms_should_match_description() { … … 60 64 } 61 65 66 /** 67 * @expectedDeprecated wpmu_new_blog 68 */ 62 69 public function test_search_blogs() { 63 70 if ( ! is_multisite() ) { … … 87 94 /** 88 95 * @group get_by_letter 96 * @expectedDeprecated wpmu_new_blog 89 97 */ 90 98 public function test_get_by_letter() { … … 115 123 /** 116 124 * @group get_order_by 125 * @expectedDeprecated wpmu_new_blog 117 126 */ 118 127 public function test_get_order_by() {
Note: See TracChangeset
for help on using the changeset viewer.