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

See #42862.

git-svn-id: https://develop.svn.wordpress.org/trunk@42592 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2018-01-24 17:25:03 +00:00
parent 9c39da15f4
commit dd9122b011
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
*/
class Tests_Formatting_Emoji extends WP_UnitTestCase {
private $png_cdn = 'https://s.w.org/images/core/emoji/2.3/72x72/';
private $svn_cdn = 'https://s.w.org/images/core/emoji/2.3/svg/';
private $png_cdn = 'https://s.w.org/images/core/emoji/2.4/72x72/';
private $svn_cdn = 'https://s.w.org/images/core/emoji/2.4/svg/';
/**
* @ticket 36525