Skip to content

Commit

Permalink
Merge branch '2.8' into 3.4
Browse files Browse the repository at this point in the history
* 2.8:
  Enable native_constant_invocation CS fixer
  • Loading branch information
nicolas-grekas committed Jul 26, 2018
2 parents dfc2bcb + fbf8766 commit 810af2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2095,7 +2095,7 @@ public function testParsingNonExistentFilesThrowsException()
*/
public function testParsingNotReadableFilesThrowsException()
{
if ('\\' === DIRECTORY_SEPARATOR) {
if ('\\' === \DIRECTORY_SEPARATOR) {
$this->markTestSkipped('chmod is not supported on Windows');
}

Expand Down

0 comments on commit 810af2d

Please # to comment.