예제 #1
0
 /**
  * Test the set of the key
  * 
  * @return void
  */
 public function testSetKey()
 {
     $key = '1234567890';
     $this->_files->setKey($key);
     $this->assertEquals($this->_files->getKey(), $key);
 }