- Timestamp:
- 06/10/2014 02:33:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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(
Note: See TracChangeset
for help on using the changeset viewer.