Changeset 54402 for trunk/tests/phpunit/tests/post/getPages.php
- Timestamp:
- 10/07/2022 01:02:07 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/getPages.php
r52010 r54402 425 425 ); 426 426 // Confirm the defaults. 427 $this->assertEqual s( $pages, $pages_default_args );427 $this->assertEqualSets( $pages, $pages_default_args ); 428 428 429 429 /* … … 469 469 ); 470 470 471 $this->assertEqual s( $pages, $default_args );471 $this->assertEqualSets( $pages, $default_args ); 472 472 473 473 /*
Note: See TracChangeset
for help on using the changeset viewer.