Skip to content

Commit

Permalink
Merge 048de65 into 056b64e
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinxucs committed Dec 11, 2014
2 parents 056b64e + 048de65 commit 53ec67f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function canNotUnlink()
*/
public function canNotOpen()
{
$this->assertFalse(@fopen(vfsStream::url('foo')));
$this->assertFalse(@fopen(vfsStream::url('foo'), 'r'));
}

/**
Expand Down

0 comments on commit 53ec67f

Please sign in to comment.