From 49e76f47933e54c22e6f7b8f49a1de18843a49f7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 28 Feb 2021 17:12:03 +0000 Subject: [PATCH] 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 --- tests/phpunit/tests/load/wpConvertHrToBytes.php | 1 + tests/phpunit/tests/load/wpIsIniValueChangeable.php | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/phpunit/tests/load/wpConvertHrToBytes.php b/tests/phpunit/tests/load/wpConvertHrToBytes.php index ecf392e832..70487cb449 100644 --- a/tests/phpunit/tests/load/wpConvertHrToBytes.php +++ b/tests/phpunit/tests/load/wpConvertHrToBytes.php @@ -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 { /** diff --git a/tests/phpunit/tests/load/wpIsIniValueChangeable.php b/tests/phpunit/tests/load/wpIsIniValueChangeable.php index 1f865c63aa..1a27e60db3 100644 --- a/tests/phpunit/tests/load/wpIsIniValueChangeable.php +++ b/tests/phpunit/tests/load/wpIsIniValueChangeable.php @@ -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 {