Make WordPress Core


Ignore:
Timestamp:
01/24/2018 05:30:11 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Tests: Update emoji base URL in Tests_Formatting_Emoji after [42590].

Merges [42592] to the 4.9 branch.
See #42862.

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  
    77class Tests_Formatting_Emoji extends WP_UnitTestCase {
    88
    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/';
    1111
    1212    /**
Note: See TracChangeset for help on using the changeset viewer.