Changeset 56566 for trunk/tests/phpunit/tests/rest-api.php
- Timestamp:
- 09/13/2023 02:32:33 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api.php
r55562 r56566 2513 2513 $this->assertArrayHasKey( 'routes', $preload_data['/']['body'] ); 2514 2514 2515 // Filtered request only has the desired fields + links2515 // Filtered request only has the desired fields. 2516 2516 $this->assertSame( 2517 2517 array_keys( $preload_data['/?_fields=description']['body'] ), 2518 array( 'description' , '_links')2518 array( 'description' ) 2519 2519 ); 2520 2520 }
Note: See TracChangeset
for help on using the changeset viewer.