CRM-15855 - Allow mailings to be saved (but not sent) without name+subject.
[civicrm-core.git] / tests / phpunit / api / v3 / CustomSearchTest.php
index 55baa300aeb44622aca35af3b1f121d3abb50327..b2738166372a04efeffb5f5ad79e834e8b6cbedf 100644 (file)
@@ -8,7 +8,7 @@ require_once 'CiviTest/CiviUnitTestCase.php';
 class api_v3_CustomSearchTest extends CiviUnitTestCase {
   protected $_apiversion;
 
-  function setUp() {
+  public function setUp() {
     $this->_apiversion = 3;
     parent::setUp();
     $this->useTransaction(TRUE);
@@ -68,4 +68,5 @@ class api_v3_CustomSearchTest extends CiviUnitTestCase {
       OR label = "CRM_Contact_Form_Search_Custom_Examplez"
       ');
   }
+
 }