CRM-15988 - Update generated examples
[civicrm-core.git] / tests / phpunit / api / v3 / ContactTest.php
index a8a7f03eb9b13040496ce3394837e6fe6a270ff7..9b606653800ae902ab86f76652c2c47314464b4f 100644 (file)
@@ -1728,7 +1728,7 @@ class api_v3_ContactTest extends CiviUnitTestCase {
       It will be ignored if there is not exactly 1 result";
     $subFile = "FormatSingleValue";
     $params = array('id' => 17, 'return' => 'display_name');
-    $result = $this->callAPIAndDocument('Contact', 'getvalue', $params, __FUNCTION__, __FILE__, $description, $subFile, 'getvalue');
+    $result = $this->callAPIAndDocument('Contact', 'getvalue', $params, __FUNCTION__, __FILE__, $description, $subFile);
     $this->assertEquals('Test Contact', $result);
     $this->callAPISuccess('Contact', 'Delete', $params);
   }