Changeset 50453
- Timestamp:
- 02/28/2021 01:42:01 PM (4 years ago)
- Location:
- trunk/tests/phpunit/tests/load
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/load/wpConvertHrToBytes.php
r50452 r50453 6 6 * @group load.php 7 7 */ 8 class Tests_ Functions_Convert_Hr_To_Bytes extends WP_UnitTestCase {8 class Tests_Load_wpConvertHrToBytes extends WP_UnitTestCase { 9 9 /** 10 10 * Tests converting (PHP ini) byte values to integer byte values. -
trunk/tests/phpunit/tests/load/wpIsIniValueChangeable.php
r50452 r50453 6 6 * @group load.php 7 7 */ 8 class Tests_ Functions_Is_Ini_Value_Changeable extends WP_UnitTestCase {8 class Tests_Load_wpIsIniValueChangeable extends WP_UnitTestCase { 9 9 10 10 /**
Note: See TracChangeset
for help on using the changeset viewer.