Merge pull request #5182 from colemanw/Cleanup
[civicrm-core.git] / api / v3 / examples / Contact / GetActions.php
index 89179a8858d9bd8bfb731ca2a4df62825de417b4..e5bc1e9968594fe1be7d75495ec48f1dae843466 100644 (file)
@@ -39,7 +39,7 @@ function contact_getactions_expectedresult() {
   $expectedResult = array(
     'is_error' => 0,
     'version' => 3,
-    'count' => 17,
+    'count' => 18,
     'values' => array(
       '0' => 'create',
       '1' => 'delete',
@@ -52,12 +52,13 @@ function contact_getactions_expectedresult() {
       '8' => 'getquick',
       '9' => 'getrefcount',
       '10' => 'getsingle',
-      '11' => 'getvalue',
-      '12' => 'merge',
-      '13' => 'proximity',
-      '14' => 'replace',
-      '15' => 'setvalue',
-      '16' => 'update',
+      '11' => 'getstat',
+      '12' => 'getvalue',
+      '13' => 'merge',
+      '14' => 'proximity',
+      '15' => 'replace',
+      '16' => 'setvalue',
+      '17' => 'update',
     ),
     'deprecated' => array(
       'getquick' => 'The "getquick" action is deprecated in favor of "getlist".',
@@ -82,7 +83,7 @@ function contact_getactions_expectedresult() {
 * http://wiki.civicrm.org/confluence/display/CRMDOC/Using+the+API
 *
 * Browse the api on your own site with the api explorer
-* http://MYSITE.ORG/path/to/civicrm/api/explorer
+* http://MYSITE.ORG/path/to/civicrm/api
 *
 * Read more about testing here
 * http://wiki.civicrm.org/confluence/display/CRM/Testing