diff --git a/tests/php/includes/settings/class-wc-settings-emails-test.php b/tests/php/includes/settings/class-wc-settings-emails-test.php index 95100326282..654aa19cf07 100644 --- a/tests/php/includes/settings/class-wc-settings-emails-test.php +++ b/tests/php/includes/settings/class-wc-settings-emails-test.php @@ -11,7 +11,7 @@ use Automattic\WooCommerce\Testing\Tools\CodeHacking\Hacks\StaticMockerHack; require_once __DIR__ . '/class-wc-settings-unit-test-case.php'; /** - * Unit tests for the WC_Settings_Advanced class. + * Unit tests for the WC_Settings_Email class. */ class WC_Settings_Emails_Test extends WC_Settings_Unit_Test_Case { diff --git a/tests/php/includes/settings/class-wc-settings-integrations-test.php b/tests/php/includes/settings/class-wc-settings-integrations-test.php index 54808ca89b3..2be5b4bb2bb 100644 --- a/tests/php/includes/settings/class-wc-settings-integrations-test.php +++ b/tests/php/includes/settings/class-wc-settings-integrations-test.php @@ -11,7 +11,7 @@ use Automattic\WooCommerce\Testing\Tools\CodeHacking\Hacks\StaticMockerHack; require_once __DIR__ . '/class-wc-settings-unit-test-case.php'; /** - * Unit tests for the WC_Settings_Checkout class. + * Unit tests for the WC_Settings_Integration class. */ class WC_Settings_Integrations_Test extends WC_Settings_Unit_Test_Case { diff --git a/tests/php/includes/settings/class-wc-settings-payment-gateways-test.php b/tests/php/includes/settings/class-wc-settings-payment-gateways-test.php index 9759374ca6c..ccd95d823e8 100644 --- a/tests/php/includes/settings/class-wc-settings-payment-gateways-test.php +++ b/tests/php/includes/settings/class-wc-settings-payment-gateways-test.php @@ -11,7 +11,7 @@ use Automattic\WooCommerce\Testing\Tools\CodeHacking\Hacks\StaticMockerHack; require_once __DIR__ . '/class-wc-settings-unit-test-case.php'; /** - * Unit tests for the WC_Settings_Checkout class. + * Unit tests for the WC_Settings_Payment_Gateways class. */ class WC_Settings_Payment_Gateways_Test extends WC_Settings_Unit_Test_Case { diff --git a/tests/php/includes/settings/class-wc-settings-shipping-test.php b/tests/php/includes/settings/class-wc-settings-shipping-test.php index 6e7ed75eb9c..1d21630166f 100644 --- a/tests/php/includes/settings/class-wc-settings-shipping-test.php +++ b/tests/php/includes/settings/class-wc-settings-shipping-test.php @@ -11,7 +11,7 @@ use Automattic\WooCommerce\Testing\Tools\CodeHacking\Hacks\StaticMockerHack; require_once __DIR__ . '/class-wc-settings-unit-test-case.php'; /** - * Unit tests for the WC_Settings_Checkout class. + * Unit tests for the WC_Settings_Shipping class. */ class WC_Settings_Shipping_Test extends WC_Settings_Unit_Test_Case {