- Timestamp:
- 06/15/2022 02:42:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-posts-controller.php
r53509 r53510 1549 1549 $last = end( $args ); 1550 1550 $this->assertIsArray( $last, 'The last value is not an array' ); 1551 $this->assert EqualSets( $attachment_ids, $last[1] );1551 $this->assertSameSets( $attachment_ids, $last[1] ); 1552 1552 } 1553 1553 … … 1592 1592 $last = end( $args ); 1593 1593 $this->assertIsArray( $last, 'The last value is not an array' ); 1594 $this->assert EqualSets( $parent_ids, $last[1] );1594 $this->assertSameSets( $parent_ids, $last[1] ); 1595 1595 } 1596 1596
Note: See TracChangeset
for help on using the changeset viewer.