'ThisIsASecretKey']); $key = $ks->fetch('hmacsecret'); $this->assertEquals(['hmacsecret', 'ThisIsASecretKey', 'ThisIsASecretKey', 'secret'], [ $key->getId(), $key->getVerifyingKey(), $key->getSigningKey(), $key->getType(), ]); } }