Merge pull request #11688 from eileenmcnaughton/custom
[civicrm-core.git] / tests / phpunit / WebTest / Export / ContactTest.php
index cd21b67f7cc7e720b57e5ff9ec6f7c66c0987de7..243bdabff21b65dfe753f484a6fbcaede64014d6 100644 (file)
@@ -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);