Skip to content

Commit

Permalink
Fix CS/WS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 20, 2020
1 parent cf2d007 commit 7712890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/Framework/AssertTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ public function testAssertFileIsNotReadable(): void
\sys_get_temp_dir(),
'unreadable'
);

\chmod($tempFile, \octdec('0'));

$this->assertFileIsNotReadable($tempFile);
Expand Down

0 comments on commit 7712890

Please sign in to comment.