예제 #1
0
 function setUp()
 {
     parent::setUp();
     $this->AJAX = new GravityView_Ajax();
     $this->create_test_nonce();
     $this->GravityView_Preset_Business_Data = new GravityView_Preset_Business_Data();
     require_once GFCommon::get_base_path() . '/export.php';
 }
예제 #2
0
 function setUp()
 {
     parent::setUp();
     $this->form = GV_Unit_Tests_Bootstrap::instance()->get_form();
     $this->form_id = GV_Unit_Tests_Bootstrap::instance()->get_form_id();
     $this->entry = GV_Unit_Tests_Bootstrap::instance()->get_entry();
     $this->entry_id = GV_Unit_Tests_Bootstrap::instance()->get_entry_id();
 }
 public function setUp()
 {
     parent::setUp();
     $this->object = new GravityView_Entry_Link_Shortcode();
 }