Skip to content

Commit

Permalink
[Intl] Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0NL committed Mar 17, 2019
1 parent 83aeef1 commit 226f522
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function testItThrowsAnExceptionIfInitialisedWithNonGitDirectory()
$this->setExpectedException(RuntimeException::class);
}

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

new GitRepository($this->targetDir);
}
Expand Down

0 comments on commit 226f522

Please sign in to comment.