From dd9122b0113e8534cdd131ec1aa4ed81b4d6aa04 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 24 Jan 2018 17:25:03 +0000 Subject: [PATCH] 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 --- tests/phpunit/tests/formatting/Emoji.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/tests/formatting/Emoji.php b/tests/phpunit/tests/formatting/Emoji.php index d508ac337c..a856208995 100644 --- a/tests/phpunit/tests/formatting/Emoji.php +++ b/tests/phpunit/tests/formatting/Emoji.php @@ -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