X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FCRM%2FCore%2FBAO%2FOpenIDTest.php;h=b125ab93deef27bed2e21c42082b9d367adae2b1;hb=771e2548641c460d0f7a244ad0aefb05c703b478;hp=1e9305367e91b8bd4fd407c463e7019a9833c4a2;hpb=51daafaadd025703b2f8d6e3d27898e3768908f9;p=civicrm-core.git diff --git a/tests/phpunit/CRM/Core/BAO/OpenIDTest.php b/tests/phpunit/CRM/Core/BAO/OpenIDTest.php index 1e9305367e..b125ab93de 100644 --- a/tests/phpunit/CRM/Core/BAO/OpenIDTest.php +++ b/tests/phpunit/CRM/Core/BAO/OpenIDTest.php @@ -30,7 +30,7 @@ class CRM_Core_BAO_OpenIDTest extends CiviUnitTestCase { } /** - * add() method (create and update modes) + * Add() method (create and update modes) */ function testAdd() { $contactId = Contact::createIndividual(); @@ -74,7 +74,7 @@ class CRM_Core_BAO_OpenIDTest extends CiviUnitTestCase { } /** - * ifAllowedToLogin() method (set and reset allowed_to_login) + * IfAllowedToLogin() method (set and reset allowed_to_login) */ function testIfAllowedToLogin() { $contactId = Contact::createIndividual(); @@ -119,7 +119,7 @@ class CRM_Core_BAO_OpenIDTest extends CiviUnitTestCase { } /** - * allOpenIDs() method - get all OpenIDs for the given contact + * AllOpenIDs() method - get all OpenIDs for the given contact */ function testAllOpenIDs() { $contactId = Contact::createIndividual();