File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33/**
44 * @group formatting
55 */
6- class Tests_Formatting_DeprecatedUtfEncodeDecode extends WP_UnitTestCase {
6+ class Tests_Formatting_DeprecatedUTFEncodeDecode extends WP_UnitTestCase {
77 /**
88 * Ensures that the fallback for {@see \utf8_encode()} maps the ISO-8859-1 characters properly.
99 *
Original file line number Diff line number Diff line change 33/**
44 * @group https-detection
55 */
6- class Tests_HttpsDetection extends WP_UnitTestCase {
6+ class Tests_HTTPSDetection extends WP_UnitTestCase {
77
88 private $ last_request_url ;
99
Original file line number Diff line number Diff line change 33/**
44 * @group https-migration
55 */
6- class Tests_HttpsMigration extends WP_UnitTestCase {
6+ class Tests_HTTPSMigration extends WP_UnitTestCase {
77
88 /**
99 * @ticket 51437
Original file line number Diff line number Diff line change 66 * @group unicode
77 */
88
9- class Tests_Unicode_WpIsValidUtf8 extends WP_UnitTestCase {
9+ class Tests_Unicode_WpIsValidUTF8 extends WP_UnitTestCase {
1010 /**
1111 * Verifies that WordPress can properly detect valid and invalid UTF-8.
1212 *
Original file line number Diff line number Diff line change 66 *
77 * @coversDefaultClass WP_User_Query
88 */
9- class Tests_User_QueryCache extends WP_UnitTestCase {
9+ class Tests_User_QueryCache extends WP_UnitTestCase {
1010 /**
1111 * @var int[]
1212 */
You can’t perform that action at this time.
0 commit comments