Merge pull request #4511 from giant-rabbit/ajax-fatal-log-fix
[civicrm-core.git] / tests / phpunit / CRM / Core / BAO / OpenIDTest.php
index 491aa36980e3a6f633444a25a95d46ae6bbf731c..b125ab93deef27bed2e21c42082b9d367adae2b1 100644 (file)
@@ -1,7 +1,14 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CiviTest/Contact.php';
+
+/**
+ * Class CRM_Core_BAO_OpenIDTest
+ */
 class CRM_Core_BAO_OpenIDTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'OpenID BAOs',
@@ -23,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();
@@ -67,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();
@@ -112,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();