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

canNotOpenNonExistingFileReadAndWrite() public method

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