Tests: Declare UTF-8 encoding for QUnit test suite.

This was done for trunk in [49101] as part of other changes, and is now backported to the 5.5 branch.

Follow-up to [49275].

Props iandunn, SergeyBiryukov.
Fixes #51130.
Built from https://develop.svn.wordpress.org/branches/5.5@49307


git-svn-id: http://core.svn.wordpress.org/branches/5.5@49069 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-10-25 01:31:05 +00:00
parent 82ed257403
commit 1d0dc9f672

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5.2-alpha-49275';
$wp_version = '5.5.2-alpha-49307';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.