Changeset 61134 for trunk/tests/phpunit/tests/formatting/emoji.php
- Timestamp:
- 11/04/2025 06:16:14 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/formatting/emoji.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/emoji.php
r60899 r61134 7 7 class Tests_Formatting_Emoji extends WP_UnitTestCase { 8 8 9 private $png_cdn = 'https://s.w.org/images/core/emoji/1 6.0.1/72x72/';10 private $svg_cdn = 'https://s.w.org/images/core/emoji/1 6.0.1/svg/';9 private $png_cdn = 'https://s.w.org/images/core/emoji/17.0.1-1/72x72/'; 10 private $svg_cdn = 'https://s.w.org/images/core/emoji/17.0.1-1/svg/'; 11 11 12 12 /** … … 158 158 '🧚', 159 159 ), 160 array( 161 // Hairy creature (Unicode 17). 162 '', 163 '🫈', 164 ), 160 165 ); 161 166 } … … 193 198 '<img src="' . $this->png_cdn . '1f9da.png" alt="🧚" class="wp-smiley" style="height: 1em; max-height: 1em;" />', 194 199 ), 200 array( 201 // Hairy creature (Unicode 17). 202 '', 203 '<img src="' . $this->png_cdn . '1fac8.png" alt="" class="wp-smiley" style="height: 1em; max-height: 1em;" />', 204 ), 195 205 ); 196 206
Note: See TracChangeset
for help on using the changeset viewer.