Skip to content

Commit f223d39

Browse files
authored
[Intl] Fix test
1 parent 85662c3 commit f223d39

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
@@ -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)