Changeset 8496
- Timestamp:
- 06/10/2014 01:41:29 PM (11 years ago)
- Location:
- trunk/tests/phpunit/testcases
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/activity/class.BP_Activity_Activity.php
r8491 r8496 146 146 /** 147 147 * @group get 148 * @expectedDeprecated like_escape 148 149 */ 149 150 public function test_get_with_search_terms() { -
trunk/tests/phpunit/testcases/friends/class-bp-friends-friendship.php
r7664 r8496 19 19 } 20 20 21 /** 22 * @expectedDeprecated like_escape 23 */ 21 24 public function test_search_friends() { 22 25 $u1 = $this->create_user(); … … 50 53 } 51 54 55 /** 56 * @expectedDeprecated like_escape 57 */ 52 58 public function test_search_users() { 53 59 $u1 = $this->create_user(); … … 64 70 } 65 71 72 /** 73 * @expectedDeprecated like_escape 74 */ 66 75 public function test_search_users_count() { 67 76 $u1 = $this->create_user(); -
trunk/tests/phpunit/testcases/groups/class-bp-groups-group.php
r7956 r8496 137 137 /** 138 138 * @group get 139 * @expectedDeprecated like_escape 139 140 */ 140 141 public function test_get_normal_search() { … … 155 156 /** 156 157 * @group get 158 * @expectedDeprecated like_escape 157 159 */ 158 160 public function test_get_search_with_underscores() { … … 173 175 /** 174 176 * @group get 177 * @expectedDeprecated like_escape 175 178 */ 176 179 public function test_get_search_with_percent_sign() { … … 191 194 /** 192 195 * @group get 196 * @expectedDeprecated like_escape 193 197 */ 194 198 public function test_get_search_with_quotes() { … … 457 461 } 458 462 463 /** 464 * @expectedDeprecated like_escape 465 */ 459 466 public function test_filter_user_groups_normal_search() { 460 467 $g1 = $this->factory->group->create( array( … … 472 479 } 473 480 481 /** 482 * @expectedDeprecated like_escape 483 */ 474 484 public function test_filter_user_groups_search_with_underscores() { 475 485 $g1 = $this->factory->group->create( array( … … 489 499 } 490 500 501 /** 502 * @expectedDeprecated like_escape 503 */ 491 504 public function test_filter_user_groups_search_with_percent_sign() { 492 505 $g1 = $this->factory->group->create( array( … … 506 519 } 507 520 521 /** 522 * @expectedDeprecated like_escape 523 */ 508 524 public function test_filter_user_groups_search_with_quotes() { 509 525 $g1 = $this->factory->group->create( array( … … 525 541 } 526 542 543 /** 544 * @expectedDeprecated like_escape 545 */ 527 546 public function test_search_groups_normal_search() { 528 547 $g1 = $this->factory->group->create( array( … … 538 557 } 539 558 559 /** 560 * @expectedDeprecated like_escape 561 */ 540 562 public function test_search_groups_search_with_underscores() { 541 563 $g1 = $this->factory->group->create( array( … … 551 573 } 552 574 575 /** 576 * @expectedDeprecated like_escape 577 */ 553 578 public function test_search_groups_search_with_percent_sign() { 554 579 $g1 = $this->factory->group->create( array( … … 564 589 } 565 590 591 /** 592 * @expectedDeprecated like_escape 593 */ 566 594 public function test_search_groups_search_with_quotes() { 567 595 $g1 = $this->factory->group->create( array( … … 578 606 } 579 607 608 /** 609 * @expectedDeprecated like_escape 610 */ 580 611 public function test_get_by_letter_with_exclude() { 581 612 $g1 = $this->factory->group->create( array( … … 596 627 } 597 628 629 /** 630 * @expectedDeprecated like_escape 631 */ 598 632 public function test_get_by_letter_starts_with_apostrophe() { 599 633 $g1 = $this->factory->group->create( array( … … 627 661 } 628 662 663 /** 664 * @expectedDeprecated like_escape 665 */ 629 666 public function test_get_random_with_search_terms() { 630 667 $g1 = $this->factory->group->create( array( -
trunk/tests/phpunit/testcases/groups/class-bp-groups-member.php
r7491 r8496 26 26 } 27 27 28 /** 29 * @expectedDeprecated like_escape 30 */ 28 31 public function test_get_recently_joined_with_filter() { 29 32 $g1 = $this->factory->group->create( array( … … 44 47 } 45 48 49 /** 50 * @expectedDeprecated like_escape 51 */ 46 52 public function test_get_is_admin_of_with_filter() { 47 53 $g1 = $this->factory->group->create( array( … … 67 73 } 68 74 75 /** 76 * @expectedDeprecated like_escape 77 */ 69 78 public function test_get_is_mod_of_with_filter() { 70 79 $g1 = $this->factory->group->create( array( -
trunk/tests/phpunit/testcases/members/class-bp-signup.php
r8119 r8496 94 94 /** 95 95 * @group get 96 * @expectedDeprecated like_escape 96 97 */ 97 98 public function test_get_with_usersearch() {
Note: See TracChangeset
for help on using the changeset viewer.