We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e8b67 commit 3005e0eCopy full SHA for 3005e0e
setup/src/Magento/Setup/Test/Unit/Module/ConfigGeneratorTest.php
@@ -64,7 +64,7 @@ public function testCreateCryptConfigWithoutInput()
64
{
65
$returnValue = $this->configGeneratorObject->createCryptConfig([]);
66
$this->assertEquals(ConfigFilePool::APP_ENV, $returnValue->getFileKey());
67
- $this->assertEquals(['crypt' => ['key' => ('key')]], $returnValue->getData());
+ $this->assertEquals(['crypt' => ['key' => md5('key')]], $returnValue->getData());
68
}
69
70
public function testCreateSessionConfigWithInput()
0 commit comments