org\bovigo\vfs\vfsStreamWrapperFileTestCase::canNotOpenNonExistingFileReadAndWrite PHP 메소드

canNotOpenNonExistingFileReadAndWrite() 공개 메소드

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