예제 #1
0
 /**
  * Test the set of the user
  *
  * @return void
  */
 public function testSetUser()
 {
     $user = '******';
     $this->_files->setUser($user);
     $this->assertEquals($this->_files->getUser(), $user);
 }