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

canNotOpenNonExistingFileReadonly() 공개 메소드

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