Skip to content

Commit 6868317

Browse files
Merge branch '7.4' into 8.0
* 7.4: [Messenger] fix tests using Redis fix intl tests PHPUnit command chore: PHP CS Fixer - restore PHP / PHPUnit rulesets
2 parents b9e62d2 + 0bd6259 commit 6868317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ExecutableFinderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function testEmptyDirInPath()
168168

169169
try {
170170
touch('executable');
171-
chmod('executable', 0700);
171+
chmod('executable', 0o700);
172172

173173
$finder = new ExecutableFinder();
174174
$result = $finder->find('executable');

0 commit comments

Comments
 (0)