org\bovigo\vfs\vfsStreamWrapperFileTestCase::canNotOpenNonExistingFileReadAndWrite PHP Méthode

canNotOpenNonExistingFileReadAndWrite() public méthode

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