public function setUp()
 {
     parent::setUp();
     // Authenticate and set the current user.
     $this->user = $this->db->getTable('User')->find(1);
     $this->_authenticateUser($this->user);
 }
 public function setUp()
 {
     parent::setUp();
     // Authenticate and set the current user.
     $this->user = $this->db->getTable('User')->find(1);
     $this->_authenticateUser($this->user);
     $this->_expectedBaseDir = TEST_FILES_DIR . DIRECTORY_SEPARATOR . 'Results' . DIRECTORY_SEPARATOR . 'StaticRepositories';
 }
 public function setUp()
 {
     parent::setUp();
     // Authenticate and set the current user.
     $this->user = $this->db->getTable('User')->find(1);
     $this->_authenticateUser($this->user);
     $this->_mappings = $this->_getFiltered('oai_pmh_static_repository_mappings');
 }