Changeset 42593 for branches/4.9/tests/phpunit/tests/formatting/Emoji.php
- Timestamp:
- 01/24/2018 05:30:11 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/tests/phpunit/tests/formatting/Emoji.php
r41702 r42593 7 7 class Tests_Formatting_Emoji extends WP_UnitTestCase { 8 8 9 private $png_cdn = 'https://s.w.org/images/core/emoji/2. 3/72x72/';10 private $svn_cdn = 'https://s.w.org/images/core/emoji/2. 3/svg/';9 private $png_cdn = 'https://s.w.org/images/core/emoji/2.4/72x72/'; 10 private $svn_cdn = 'https://s.w.org/images/core/emoji/2.4/svg/'; 11 11 12 12 /**
Note: See TracChangeset
for help on using the changeset viewer.