Skip to content

Commit 190ddbb

Browse files
committed
Updated child process adapter tests to the new more sensible creation mode default
1 parent 9af2437 commit 190ddbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/ChildProcess/AdapterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function callFilesystemProvider()
4646
'mkdir',
4747
[
4848
'path' => 'foo.bar',
49-
'mode' => 770,
49+
'mode' => 760,
5050
],
5151
],
5252
],
@@ -97,7 +97,7 @@ public function callFilesystemProvider()
9797
'touch',
9898
[
9999
'path' => 'foo.bar',
100-
'mode' => 770,
100+
'mode' => 760,
101101
],
102102
],
103103
],

0 commit comments

Comments
 (0)