add missing comments - tests directory
[civicrm-core.git] / tests / phpunit / CRM / Financial / BAO / FinancialTypeTest.php
index d25708d1553a51ce7b225de9454b42958c58d4df..b910166e209cc9bfa6a4c5742b3cd02001428a54 100755 (executable)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -125,4 +125,4 @@ class CRM_Financial_BAO_FinancialTypeTest extends CiviUnitTestCase {
     $result = CRM_Financial_BAO_FinancialType::retrieve($params, $defaults);
     $this->assertEquals(empty($result), true, 'Verify financial types record deletion.');
   }
-}
\ No newline at end of file
+}