We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d513359 commit c2fdd1bCopy full SHA for c2fdd1b
tests/Docker/Standalone/InitTest.php
@@ -39,7 +39,8 @@ public function testKernelSecretGenerated(): void
39
40
public function testKernelSecretNotRegeneratedOnRestart(): void
41
{
42
- $this->filesystem->mkdir(__DIR__ . '/config');
+ $this->filesystem->mkdir(__DIR__ . '/config/secrets');
43
+ $this->filesystem->chmod(__DIR__ . '/config/secrets', 0777);
44
45
// Generate kernel secret first
46
$this->container = (new GenericContainer('dirigent-standalone'))
0 commit comments