Changeset 57653 for trunk/tests/phpunit/tests/post/query.php
- Timestamp:
- 02/18/2024 06:59:24 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/post/query.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/query.php
r56513 r57653 632 632 633 633 $this->assertSame( 2, $q->found_posts ); 634 $this->assert Equals( 2, $q->max_num_pages );634 $this->assertSame( 2, $q->max_num_pages ); 635 635 } 636 636 … … 655 655 656 656 $this->assertSame( 2, $q->found_posts ); 657 $this->assert Equals( 2, $q->max_num_pages );657 $this->assertSame( 2, $q->max_num_pages ); 658 658 } 659 659 … … 681 681 682 682 $this->assertSame( 2, $q->found_posts ); 683 $this->assert Equals( 2, $q->max_num_pages );683 $this->assertSame( 2, $q->max_num_pages ); 684 684 } 685 685 … … 708 708 709 709 $this->assertSame( 2, $q->found_posts ); 710 $this->assert Equals( 2, $q->max_num_pages );710 $this->assertSame( 2, $q->max_num_pages ); 711 711 } 712 712
Note: See TracChangeset
for help on using the changeset viewer.