Changeset 60317 for branches/6.8/tests/phpunit/tests/formatting/emoji.php
- Timestamp:
- 06/18/2025 01:51:19 AM (12 months ago)
- Location:
- branches/6.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/formatting/emoji.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
-
branches/6.8/tests/phpunit/tests/formatting/emoji.php
r60035 r60317 7 7 class Tests_Formatting_Emoji extends WP_UnitTestCase { 8 8 9 private $png_cdn = 'https://s.w.org/images/core/emoji/1 5.1.0/72x72/';10 private $svn_cdn = 'https://s.w.org/images/core/emoji/1 5.1.0/svg/';9 private $png_cdn = 'https://s.w.org/images/core/emoji/16.0.1/72x72/'; 10 private $svn_cdn = 'https://s.w.org/images/core/emoji/16.0.1/svg/'; 11 11 12 12 /**
Note: See TracChangeset
for help on using the changeset viewer.