- Timestamp:
- 04/12/2024 05:45:23 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/fonts/font-library/wpRestFontFamiliesController.php
r57909 r57987 383 383 $this->check_font_family_data( $data, $data['id'], $response->get_links() ); 384 384 385 $re ponse_settings = $data['font_family_settings'];386 $this->assertSame( $settings, $re ponse_settings, 'The expected settings should exist in the font_family_settings data.' );385 $response_settings = $data['font_family_settings']; 386 $this->assertSame( $settings, $response_settings, 'The expected settings should exist in the font_family_settings data.' ); 387 387 $this->assertEmpty( $data['font_faces'], 'The font_faces should be empty or not exist in the response data.' ); 388 388 }
Note: See TracChangeset
for help on using the changeset viewer.