Skip to content

Commit 42c08b8

Browse files
committed
minor symfony#30587 [Intl] Fix test (ro0NL)
This PR was merged into the 3.4 branch. Discussion ---------- [Intl] Fix test | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | yes/no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Creates some weird path, that breaks the next tests. Commits ------- 226f522 [Intl] Fix test
2 parents 83aeef1 + 226f522 commit 42c08b8

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)