phpcs - Fix error, "Expected 1 newline at end of file; XXX found".
[civicrm-core.git] / tests / phpunit / api / v3 / PriceFieldTest.php
index c799cbf3f1073d1458e00c280bb8e2197be5c4dc..eb7487600d50ab63323ffe5030fa562959e794ba 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
-| CiviCRM version 4.5                                                |
+| CiviCRM version 4.6                                                |
 +--------------------------------------------------------------------+
 | Copyright CiviCRM LLC (c) 2004-2014                                |
 +--------------------------------------------------------------------+
@@ -67,7 +67,7 @@ class api_v3_PriceFieldTest extends CiviUnitTestCase {
     );
   }
 
-  function tearDown() {
+  public function tearDown() {
     $tablesToTruncate = array(
         'civicrm_contact',
         'civicrm_contribution',
@@ -116,4 +116,3 @@ class api_v3_PriceFieldTest extends CiviUnitTestCase {
   }
 
 }
-