X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FExport%2FContactTest.php;h=243bdabff21b65dfe753f484a6fbcaede64014d6;hb=bc17b73e442ebbec13b08acb7093f03a66495b96;hp=cd21b67f7cc7e720b57e5ff9ec6f7c66c0987de7;hpb=6c6872a8ee5acec3dba231fe2231c610241302eb;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Export/ContactTest.php b/tests/phpunit/WebTest/Export/ContactTest.php index cd21b67f7c..243bdabff2 100644 --- a/tests/phpunit/WebTest/Export/ContactTest.php +++ b/tests/phpunit/WebTest/Export/ContactTest.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2018 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -436,7 +436,7 @@ class WebTest_Export_ContactTest extends ExportCiviSeleniumTestCase { $genderLabelArray = array( 1 => 'Female', 2 => 'Male', - 3 => 'Transgender', + 3 => 'Other', ); $prefix = rand(1, 4); $suffix = rand(1, 8);