Changeset 48939 for trunk/tests/phpunit/tests/rest-api/rest-controller.php
- Timestamp:
- 09/04/2020 07:01:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-controller.php
r48937 r48939 457 457 458 458 // Test that the schema lacking 'properties' is returned as expected. 459 $this->assert EqualSetsWithIndex( $controller->get_public_item_schema(), $controller->get_test_schema() );459 $this->assertSameSetsWithIndex( $controller->get_public_item_schema(), $controller->get_test_schema() ); 460 460 } 461 461
Note: See TracChangeset
for help on using the changeset viewer.