Changeset 57653 for trunk/tests/phpunit/tests/comment/query.php
- Timestamp:
- 02/18/2024 06:59:24 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/comment/query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/query.php
r56747 r57653 3989 3989 3990 3990 $this->assertSame( 3, $q->found_comments ); 3991 $this->assert Equals( 2, $q->max_num_pages );3991 $this->assertSame( 2, $q->max_num_pages ); 3992 3992 } 3993 3993 … … 4018 4018 4019 4019 $this->assertSame( 3, $q->found_comments ); 4020 $this->assert Equals( 2, $q->max_num_pages );4020 $this->assertSame( 2, $q->max_num_pages ); 4021 4021 } 4022 4022
Note: See TracChangeset
for help on using the changeset viewer.