cleanup and fix tests
authorTim Mallezie <tim.mallezie@chiro.be>
Mon, 18 May 2015 15:52:01 +0000 (17:52 +0200)
committerTim Mallezie <tim.mallezie@chiro.be>
Mon, 18 May 2015 15:52:01 +0000 (17:52 +0200)
tests/phpunit/api/v3/OpenIDTest.php

index 3bb28f349a2cde1850291b0491fabd26898dd66a..e1ab7d10940deea6d5bae96f6feb426108d6c8f1 100644 (file)
@@ -47,11 +47,11 @@ class api_v3_OpenIDTest extends CiviUnitTestCase {
     parent::setUp();
     $this->useTransaction(TRUE);
 
-    $this->_entity = 'openID';
+    $this->_entity = 'OpenID';
     $this->_contactID = $this->organizationCreate();
     $this->params = array(
       'contact_id' => $this->_contactID,
-      'name' => 'My OpenID handle',
+      'openid' => 'My OpenID handle',
       'location_type_id' => 1,
     );
   }