Changeset 37653 for trunk/tests/phpunit/tests/multisite/site.php
- Timestamp:
- 06/08/2016 03:02:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/site.php
r36721 r37653 582 582 * 583 583 * @ticket 14511 584 * @expectedDeprecated wp_get_sites 584 585 */ 585 586 function test_wp_get_sites_with_default_arguments() { … … 591 592 /** 592 593 * No sites should match a query that specifies an invalid network ID. 594 * 595 * @expectedDeprecated wp_get_sites 593 596 */ 594 597 function test_wp_get_sites_with_invalid_network_id() { … … 598 601 /** 599 602 * A network ID of null should query for all public sites on all networks. 603 * 604 * @expectedDeprecated wp_get_sites 600 605 */ 601 606 function test_wp_get_sites_with_network_id_null() { … … 607 612 /** 608 613 * Expect only sites on the specified network ID to be returned. 614 * 615 * @expectedDeprecated wp_get_sites 609 616 */ 610 617 function test_wp_get_sites_with_specific_network_id() { … … 616 623 /** 617 624 * Expect sites from both networks if both network IDs are specified. 625 * 626 * @expectedDeprecated wp_get_sites 618 627 */ 619 628 function test_wp_get_sites_with_multiple_network_ids() { … … 625 634 /** 626 635 * Queries for public or non public sites should work across all networks if network ID is null. 636 * 637 * @expectedDeprecated wp_get_sites 627 638 */ 628 639 function test_wp_get_sites_with_public_meta_on_all_networks() { … … 635 646 /** 636 647 * If a network ID is specified, queries for public sites should be restricted to that network. 648 * 649 * @expectedDeprecated wp_get_sites 637 650 */ 638 651 function test_wp_get_sites_with_public_meta_restrict_to_one_network() { … … 645 658 /** 646 659 * Test the limit and offset arguments for wp_get_sites when multiple sites are available. 660 * 661 * @expectedDeprecated wp_get_sites 647 662 */ 648 663 function test_wp_get_sites_limit_offset() { … … 662 677 /** 663 678 * Expect 0 sites when using an offset larger than the total number of sites. 679 * 680 * @expectedDeprecated wp_get_sites 664 681 */ 665 682 function test_wp_get_sites_offset_greater_than_available_sites() {
Note: See TracChangeset
for help on using the changeset viewer.