phpcs - Fix error, "Expected 1 newline at end of file; XXX found".
[civicrm-core.git] / tests / phpunit / api / v3 / PriceFieldTest.php
index 7a1a9a04b84dd5cb0994502715ffa18bc2484419..eb7487600d50ab63323ffe5030fa562959e794ba 100644 (file)
@@ -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 {
   }
 
 }
-