CRM-15856 - Mailing API - Enforce required mail-merge tokens.
[civicrm-core.git] / tests / phpunit / CiviTest / CiviDBAssert.php
index dc056dbc1c14cadcba2658e912cce789b2a0afb8..f63f326ede958c3d59e047815d1b5cba8d7b2e07 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -140,7 +140,7 @@ class CiviDBAssert {
   }
 
   /**
-   * Compare a single column value in a retrieved DB record to an expected value
+   * Compare a single column value in a retrieved DB record to an expected value.
    *
    * @param $testCase
    * @param string $daoName
@@ -159,7 +159,7 @@ class CiviDBAssert {
   }
 
   /**
-   * Compare all values in a single retrieved DB record to an array of expected values
+   * Compare all values in a single retrieved DB record to an array of expected values.
    * @param $testCase
    * @param $daoName
    * @param $searchParams
@@ -189,4 +189,5 @@ class CiviDBAssert {
       }
     }
   }
+
 }