Skip to content

Commit 226f522

Browse files
authored
[Intl] Fix test
1 parent 83aeef1 commit 226f522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Intl/Tests/Util/GitRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function testItThrowsAnExceptionIfInitialisedWithNonGitDirectory()
4545
$this->setExpectedException(RuntimeException::class);
4646
}
4747

48-
@mkdir($this->targetDir, '0777', true);
48+
@mkdir($this->targetDir, 0777, true);
4949

5050
new GitRepository($this->targetDir);
5151
}

0 commit comments

Comments
 (0)