Example #1
0
 function setUp()
 {
     parent::setUp();
     $this->_transferDirectory = $this->Folder->pwd() . 'transfer' . DS;
     $this->_behaviorSettings['Transfer'] = array('baseDirectory' => $this->_transferDirectory);
     $this->_remoteAvailable = @fsockopen('cakephp.org', 80);
 }
Example #2
0
 function setUp()
 {
     parent::setUp();
     $this->_behaviorSettings['Coupler'] = array('baseDirectory' => $this->Folder->pwd());
     $this->_behaviorSettings['Meta'] = array('level' => 1);
 }
Example #3
0
 function tearDown()
 {
     parent::tearDown();
     Configure::write('Media', $this->_backup['configMedia']);
 }
 function setUp()
 {
     parent::setUp();
     $this->_behaviorSettings = array('baseDirectory' => $this->Folder->pwd());
 }
Example #5
0
 function setUp()
 {
     parent::setUp();
     $this->_behaviorSettings = array('baseDirectory' => $this->Folder->pwd(), 'createDirectory' => false, 'filterDirectory' => $this->Folder->pwd() . 'filter' . DS);
 }