Skip to content

Commit 5bc3094

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 f1a6552 + 737d240 commit 5bc3094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Util/GitRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function testItThrowsAnExceptionIfInitialisedWithNonGitDirectory()
4040
{
4141
$this->expectException(RuntimeException::class);
4242

43-
@mkdir($this->targetDir, 0777, true);
43+
@mkdir($this->targetDir, 0o777, true);
4444

4545
new GitRepository($this->targetDir);
4646
}

0 commit comments

Comments
 (0)