typo fixes
authorkurund <kurund@civicrm.org>
Wed, 14 May 2014 19:21:30 +0000 (09:21 -1000)
committerkurund <kurund@civicrm.org>
Wed, 14 May 2014 19:21:30 +0000 (09:21 -1000)
tests/phpunit/api/v3/SyntaxConformanceTest.php

index de89aff96a76b997390ac612b0fd6c597c4e2de7..0f33d48d39aa2d3fe7a4ef0d93d1293b4ff0464d 100644 (file)
@@ -925,7 +925,7 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase {
       );
 
       $checkEntity = $this->callAPISuccess($entityName, 'getsingle', $checkParams);
-      $this->assertAPIArrayComparison($entity, $checkEntity, array(), "checking if $fieldName was correctly updaetd\n" . print_r(array('update-params' => $updateParams, 'update-result' => $update, 'getsingle-params' => $checkParams, 'getsingle-result' => $checkEntity, 'expected entity' => $entity), TRUE));
+      $this->assertAPIArrayComparison($entity, $checkEntity, array(), "checking if $fieldName was correctly updated\n" . print_r(array('update-params' => $updateParams, 'update-result' => $update, 'getsingle-params' => $checkParams, 'getsingle-result' => $checkEntity, 'expected entity' => $entity), TRUE));
     }
     $baoObj->free();
   }