Changeset 40837 for trunk/tests/phpunit/tests/formatting/Emoji.php
- Timestamp:
- 05/25/2017 07:17:57 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/Emoji.php
r40626 r40837 9 9 */ 10 10 public function test_unfiltered_emoji_cdns() { 11 $png_cdn = 'https://s.w.org/images/core/emoji/2. 2.5/72x72/';12 $svn_cdn = 'https://s.w.org/images/core/emoji/2. 2.5/svg/';11 $png_cdn = 'https://s.w.org/images/core/emoji/2.3/72x72/'; 12 $svn_cdn = 'https://s.w.org/images/core/emoji/2.3/svg/'; 13 13 14 14 $output = get_echo( '_print_emoji_detection_script' ); … … 26 26 */ 27 27 public function test_filtered_emoji_svn_cdn() { 28 $png_cdn = 'https://s.w.org/images/core/emoji/2. 2.5/72x72/';29 $svn_cdn = 'https://s.w.org/images/core/emoji/2. 2.5/svg/';28 $png_cdn = 'https://s.w.org/images/core/emoji/2.3/72x72/'; 29 $svn_cdn = 'https://s.w.org/images/core/emoji/2.3/svg/'; 30 30 31 31 $filtered_svn_cdn = $this->_filtered_emoji_svn_cdn(); … … 50 50 */ 51 51 public function test_filtered_emoji_png_cdn() { 52 $png_cdn = 'https://s.w.org/images/core/emoji/2. 2.5/72x72/';53 $svn_cdn = 'https://s.w.org/images/core/emoji/2. 2.5/svg/';52 $png_cdn = 'https://s.w.org/images/core/emoji/2.3/72x72/'; 53 $svn_cdn = 'https://s.w.org/images/core/emoji/2.3/svg/'; 54 54 55 55 $filtered_png_cdn = $this->_filtered_emoji_png_cdn();
Note: See TracChangeset
for help on using the changeset viewer.