示例#1
0
 public function testValidateKey()
 {
     $validKey = md5(uniqid());
     $this->assertInstanceOf('Magento_Crypt', $this->_helper->validateKey($validKey));
 }