[Intl] Fix test

This commit is contained in:
Roland Franssen 2019-03-17 10:26:14 +01:00 committed by GitHub
parent 83aeef1907
commit 226f522c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ class GitRepositoryTest extends TestCase
$this->setExpectedException(RuntimeException::class);
}
@mkdir($this->targetDir, '0777', true);
@mkdir($this->targetDir, 0777, true);
new GitRepository($this->targetDir);
}