mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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.
|
||||
*
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user