示例#1
0
 /**
  * Mock the widgets, presenters, and exhibit.
  */
 public function setUp()
 {
     parent::setUp();
     $this->_mockRecordWidgets();
     $this->_mockPresenters();
     $this->exhibit->spatial_layer = 'OpenStreetMap';
     $this->exhibit->save();
 }
示例#2
0
 public function setUp()
 {
     parent::setUp();
     $this->_mockRecordWidgets();
     $this->_mockPresenters();
 }
示例#3
0
 public function setUp()
 {
     parent::setUp();
     // Delete the default "Foobar" item.
     $this->db->getTable('Item')->find(1)->delete();
 }