Tests: Rename classes in phpunit/tests/load/ per the naming conventions.

https://make.wordpress.org/core/handbook/testing/automated-testing/writing-phpunit-tests/#naming-and-organization

Follow-up to [47780], [48911], [49327], [50291], [50292], [50342], [50452].

See #52625.

git-svn-id: https://develop.svn.wordpress.org/trunk@50453 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2021-02-28 13:42:01 +00:00
parent 29fef12e78
commit ca49eb764b
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
*
* @group load.php
*/
class Tests_Functions_Convert_Hr_To_Bytes extends WP_UnitTestCase {
class Tests_Load_wpConvertHrToBytes extends WP_UnitTestCase {
/**
* Tests converting (PHP ini) byte values to integer byte values.
*

View File

@@ -5,7 +5,7 @@
*
* @group load.php
*/
class Tests_Functions_Is_Ini_Value_Changeable extends WP_UnitTestCase {
class Tests_Load_wpIsIniValueChangeable extends WP_UnitTestCase {
/**
* Tests the determining of the changeability of a PHP ini value.