org\bovigo\vfs\vfsStreamWrapperFileTestCase::canNotOpenNonExistingFileReadonly PHP Method

canNotOpenNonExistingFileReadonly() public method

    public function canNotOpenNonExistingFileReadonly()
    {
        $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    }