Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     parent::setUp();
     $dir_path = sys_get_temp_dir() . '/php';
     $this->standardSettings = array('directory' => $dir_path, 'bin' => 'test');
     $this->readonlyStorage = array('directory' => $dir_path, 'bin' => 'test');
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 protected function setUp()
 {
     parent::setUp();
     $this->standardSettings = array('directory' => $this->directory, 'bin' => 'test');
 }