Skip to content

Commit ae01369

Browse files
committed
Improve and fix some test class names
1 parent 5c4845f commit ae01369

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/phpunit/tests/formatting/deprecatedUtfEncodeDecode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
*

tests/phpunit/tests/https-detection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

tests/phpunit/tests/https-migration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

tests/phpunit/tests/unicode/wpIsValidUtf8.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
*

tests/phpunit/tests/user/queryCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
*/

0 commit comments

Comments
 (0)