Tests: Add missing @covers tags for files in phpunit/tests/load/.

Props sephsekla, jrf.
See #39265.

git-svn-id: https://develop.svn.wordpress.org/trunk@50455 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2021-02-28 17:12:03 +00:00
parent 9fd3f595b1
commit 49e76f4793
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
* Tests for wp_convert_hr_to_bytes().
*
* @group load.php
* @covers ::wp_convert_hr_to_bytes
*/
class Tests_Load_wpConvertHrToBytes extends WP_UnitTestCase {
/**

View File

@@ -4,6 +4,7 @@
* Tests for wp_is_ini_value_changeable().
*
* @group load.php
* @covers ::wp_is_ini_value_changeable
*/
class Tests_Load_wpIsIniValueChangeable extends WP_UnitTestCase {