From: Eileen McNaughton Date: Wed, 6 Dec 2023 03:27:49 +0000 (+1300) Subject: Test-notice-fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=622503a26ef9d5c2dce4be4a9a68cd7f73bd72e6;p=civicrm-core.git Test-notice-fix --- diff --git a/tests/phpunit/CRM/Export/BAO/ExportTest.php b/tests/phpunit/CRM/Export/BAO/ExportTest.php index 26d00f8465..b39aa475dd 100644 --- a/tests/phpunit/CRM/Export/BAO/ExportTest.php +++ b/tests/phpunit/CRM/Export/BAO/ExportTest.php @@ -2986,9 +2986,9 @@ class CRM_Export_BAO_ExportTest extends CiviUnitTestCase { [ 'first_name' => 'Joe', 'last_name' => 'Miller', - 'Home-street_address' => '', - 'Home-city' => '', - 'Home-country' => '', + 'Home-street_address' => 'Ambachtstraat 23', + 'Home-city' => 'Brummen', + 'Home-country' => 'Netherlands', 'Home-email' => 'joe_miller@civicrm.org', ], ], $result);