Changeset 8499
- Timestamp:
- 06/10/2014 02:33:56 PM (11 years ago)
- Location:
- trunk/tests/phpunit/testcases
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/activity/class.BP_Activity_Activity.php
r8496 r8499 146 146 /** 147 147 * @group get 148 * @expectedDeprecated like_escape149 148 */ 150 149 public function test_get_with_search_terms() { -
trunk/tests/phpunit/testcases/blogs/class-bp-blogs-blog.php
r8497 r8499 13 13 } 14 14 15 /**16 * @expectedDeprecated like_escape17 */18 15 public function test_get_with_search_terms() { 19 16 if ( ! is_multisite() ) { … … 42 39 } 43 40 44 /**45 * @expectedDeprecated like_escape46 */47 41 public function test_search_blogs() { 48 42 if ( ! is_multisite() ) { -
trunk/tests/phpunit/testcases/friends/class-bp-friends-friendship.php
r8496 r8499 19 19 } 20 20 21 /**22 * @expectedDeprecated like_escape23 */24 21 public function test_search_friends() { 25 22 $u1 = $this->create_user(); … … 53 50 } 54 51 55 /**56 * @expectedDeprecated like_escape57 */58 52 public function test_search_users() { 59 53 $u1 = $this->create_user(); … … 70 64 } 71 65 72 /**73 * @expectedDeprecated like_escape74 */75 66 public function test_search_users_count() { 76 67 $u1 = $this->create_user(); -
trunk/tests/phpunit/testcases/groups/class-bp-groups-group.php
r8496 r8499 137 137 /** 138 138 * @group get 139 * @expectedDeprecated like_escape140 139 */ 141 140 public function test_get_normal_search() { … … 156 155 /** 157 156 * @group get 158 * @expectedDeprecated like_escape159 157 */ 160 158 public function test_get_search_with_underscores() { … … 175 173 /** 176 174 * @group get 177 * @expectedDeprecated like_escape178 175 */ 179 176 public function test_get_search_with_percent_sign() { … … 194 191 /** 195 192 * @group get 196 * @expectedDeprecated like_escape197 193 */ 198 194 public function test_get_search_with_quotes() { … … 461 457 } 462 458 463 /**464 * @expectedDeprecated like_escape465 */466 459 public function test_filter_user_groups_normal_search() { 467 460 $g1 = $this->factory->group->create( array( … … 479 472 } 480 473 481 /**482 * @expectedDeprecated like_escape483 */484 474 public function test_filter_user_groups_search_with_underscores() { 485 475 $g1 = $this->factory->group->create( array( … … 499 489 } 500 490 501 /**502 * @expectedDeprecated like_escape503 */504 491 public function test_filter_user_groups_search_with_percent_sign() { 505 492 $g1 = $this->factory->group->create( array( … … 519 506 } 520 507 521 /**522 * @expectedDeprecated like_escape523 */524 508 public function test_filter_user_groups_search_with_quotes() { 525 509 $g1 = $this->factory->group->create( array( … … 541 525 } 542 526 543 /**544 * @expectedDeprecated like_escape545 */546 527 public function test_search_groups_normal_search() { 547 528 $g1 = $this->factory->group->create( array( … … 557 538 } 558 539 559 /**560 * @expectedDeprecated like_escape561 */562 540 public function test_search_groups_search_with_underscores() { 563 541 $g1 = $this->factory->group->create( array( … … 573 551 } 574 552 575 /**576 * @expectedDeprecated like_escape577 */578 553 public function test_search_groups_search_with_percent_sign() { 579 554 $g1 = $this->factory->group->create( array( … … 589 564 } 590 565 591 /**592 * @expectedDeprecated like_escape593 */594 566 public function test_search_groups_search_with_quotes() { 595 567 $g1 = $this->factory->group->create( array( … … 606 578 } 607 579 608 /**609 * @expectedDeprecated like_escape610 */611 580 public function test_get_by_letter_with_exclude() { 612 581 $g1 = $this->factory->group->create( array( … … 627 596 } 628 597 629 /**630 * @expectedDeprecated like_escape631 */632 598 public function test_get_by_letter_starts_with_apostrophe() { 633 599 $g1 = $this->factory->group->create( array( … … 661 627 } 662 628 663 /**664 * @expectedDeprecated like_escape665 */666 629 public function test_get_random_with_search_terms() { 667 630 $g1 = $this->factory->group->create( array( -
trunk/tests/phpunit/testcases/groups/class-bp-groups-member.php
r8496 r8499 26 26 } 27 27 28 /**29 * @expectedDeprecated like_escape30 */31 28 public function test_get_recently_joined_with_filter() { 32 29 $g1 = $this->factory->group->create( array( … … 47 44 } 48 45 49 /**50 * @expectedDeprecated like_escape51 */52 46 public function test_get_is_admin_of_with_filter() { 53 47 $g1 = $this->factory->group->create( array( … … 73 67 } 74 68 75 /**76 * @expectedDeprecated like_escape77 */78 69 public function test_get_is_mod_of_with_filter() { 79 70 $g1 = $this->factory->group->create( array( -
trunk/tests/phpunit/testcases/members/class-bp-signup.php
r8496 r8499 94 94 /** 95 95 * @group get 96 * @expectedDeprecated like_escape97 96 */ 98 97 public function test_get_with_usersearch() {
Note: See TracChangeset
for help on using the changeset viewer.