Changeset 48048 for trunk/tests/phpunit/tests/formatting/Emoji.php
- Timestamp:
- 06/15/2020 06:02:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/Emoji.php
r47122 r48048 7 7 class Tests_Formatting_Emoji extends WP_UnitTestCase { 8 8 9 private $png_cdn = 'https://s.w.org/images/core/emoji/1 2.0.0-1/72x72/';10 private $svn_cdn = 'https://s.w.org/images/core/emoji/1 2.0.0-1/svg/';9 private $png_cdn = 'https://s.w.org/images/core/emoji/13.0.0/72x72/'; 10 private $svn_cdn = 'https://s.w.org/images/core/emoji/13.0.0/svg/'; 11 11 12 12 /**
Note: See TracChangeset
for help on using the changeset viewer.