Пример #1
0
 public function setUp()
 {
     /* Setup Routine */
     $this->_model = zerobin_data::getInstance(array('dir' => PATH . 'data'));
     serversalt::setPath(PATH . 'data');
     $this->reset();
 }
Пример #2
0
 public function setUp()
 {
     /* Setup Routine */
     $this->_path = sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'zerobin_data';
     $this->_model = zerobin_data::getInstance(array('dir' => $this->_path));
 }