Esempio n. 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();
 }
Esempio n. 2
0
 public function setUp()
 {
     parent::setUp();
     $this->_mockRecordWidgets();
     $this->_mockPresenters();
 }
Esempio n. 3
0
 public function setUp()
 {
     parent::setUp();
     // Delete the default "Foobar" item.
     $this->db->getTable('Item')->find(1)->delete();
 }