From f57fef5bdd3b0b022aef64e551a0dce9423683ef Mon Sep 17 00:00:00 2001 From: Peter Fabian Date: Tue, 4 Feb 2020 13:45:28 +0100 Subject: [PATCH] Updated unit tests. --- tests/unit-tests/privacy/export.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/unit-tests/privacy/export.php b/tests/unit-tests/privacy/export.php index 65a9a61ac1c..2a9a8fb1ffd 100644 --- a/tests/unit-tests/privacy/export.php +++ b/tests/unit-tests/privacy/export.php @@ -4,6 +4,10 @@ * * @package WooCommerce\Tests\Util */ + +/** + * Tests for WC_Privacy_Exporters class. + */ class WC_Test_Privacy_Export extends WC_Unit_Test_Case { /** @@ -92,7 +96,7 @@ class WC_Test_Privacy_Export extends WC_Unit_Test_Case { 'value' => 'PA', ), array( - 'name' => 'Billing Country', + 'name' => 'Billing Country / Region', 'value' => 'US', ), array( @@ -120,7 +124,7 @@ class WC_Test_Privacy_Export extends WC_Unit_Test_Case { 'value' => 'PA', ), array( - 'name' => 'Shipping Country', + 'name' => 'Shipping Country / Region', 'value' => 'US', ), ),