From: Tim Mallezie Date: Mon, 18 May 2015 15:52:01 +0000 (+0200) Subject: cleanup and fix tests X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f2aea45f4a532343a79768095c9bc99c3ceeff45;p=civicrm-core.git cleanup and fix tests --- diff --git a/tests/phpunit/api/v3/OpenIDTest.php b/tests/phpunit/api/v3/OpenIDTest.php index 3bb28f349a..e1ab7d1094 100644 --- a/tests/phpunit/api/v3/OpenIDTest.php +++ b/tests/phpunit/api/v3/OpenIDTest.php @@ -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, ); }