- Timestamp:
- 01/03/2026 06:15:57 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/fonts/font-library/wpRestFontFamiliesController.php
r60918 r61424 1049 1049 $this->assertSame( $expected, $link['href'], 'The links for a font faces URL from the response data should match the REST endpoint.' ); 1050 1050 1051 $embeddable = isset( $link['attributes']['embeddable'] ) 1052 ? $link['attributes']['embeddable'] 1053 : $link['embeddable']; 1051 $embeddable = $link['attributes']['embeddable'] ?? $link['embeddable']; 1054 1052 $this->assertTrue( $embeddable, 'The embeddable should be true.' ); 1055 1053 }
Note: See TracChangeset
for help on using the changeset viewer.