示例#1
0
 public function testEntropyLengthIsMutable()
 {
     $this->config->setEntropyLength(20);
     $this->assertEquals(20, $this->config->getEntropyLength());
 }