Merge pull request #5386 from colemanw/CRM-15706
[civicrm-core.git] / tests / phpunit / CiviTest / CiviCaseTestCase.php
index e7997e69567e3236a7ae935fbf4500915af4a7e9..ce6f032591b16e7cddb8a8264265d8f719594769 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
@@ -125,7 +125,6 @@ class CiviCaseTestCase extends CiviUnitTestCase {
   /**
    * Tears down the fixture, for example, closes a network connection.
    * This method is called after a test is executed.
-   *
    */
   public function tearDown() {
     $this->quickCleanup($this->tablesToTruncate, TRUE);
@@ -141,4 +140,5 @@ class CiviCaseTestCase extends CiviUnitTestCase {
    */
   public function hook_caseTypes(&$caseTypes) {
   }
+
 }