File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public function testKernelSecretGenerated(): void
4040 public function testKernelSecretNotRegeneratedOnRestart (): void
4141 {
4242 $ this ->filesystem ->mkdir (__DIR__ . '/config/secrets ' );
43- $ this ->filesystem ->chmod (__DIR__ . '/config/secrets ' , 0777 );
43+ $ this ->filesystem ->chmod (__DIR__ . '/config ' , 0777 , recursive: true );
4444
4545 // Generate kernel secret first
4646 $ this ->container = (new GenericContainer ('dirigent-standalone ' ))
@@ -74,7 +74,7 @@ public static function kernelSecretEnvVarProvider(): array
7474 public function testKernelSecretNotGeneratedIfEnvVarExists (string $ varName , string $ varValue ): void
7575 {
7676 $ this ->filesystem ->mkdir (__DIR__ . '/config/secrets ' );
77- $ this ->filesystem ->chmod (__DIR__ . '/config/secrets ' , 0777 );
77+ $ this ->filesystem ->chmod (__DIR__ . '/config ' , 0777 , recursive: true );
7878
7979 $ this ->container = (new GenericContainer ('dirigent-standalone ' ))
8080 ->withMount (__DIR__ . '/config ' , '/srv/config ' )
You can’t perform that action at this time.
0 commit comments