CRM-11856 - Update custom values when option values are modified
[civicrm-core.git] / tests / phpunit / Utils.php
index 6bba8576e2f14dd1d14cb8f52b800ecaed8ade28..1e31961069e73f23aa6662eb2aa6868bba770fd0 100644 (file)
 class Utils {
 
   /**
-   *  PDO for the database
+   *  PDO for the database.
    * @var PDO
    */
   public $pdo;
 
   /**
-   *  Construct an object for this database
+   *  Construct an object for this database.
    * @param $host
    * @param $port
    * @param $user
@@ -63,7 +63,7 @@ class Utils {
   }
 
   /**
-   * Prepare and execute a query
+   * Prepare and execute a query.
    *
    * If the query fails, output a diagnostic message
    * @param string $query