org\bovigo\vfs\vfsStreamWrapperFlockTestCase::streamIsNotLockedByDefault PHP Метод

streamIsNotLockedByDefault() публичный Метод

    public function streamIsNotLockedByDefault()
    {
        file_put_contents(vfsStream::url('root/foo.txt'), 'content');
        $this->assertFalse($this->root->getChild('foo.txt')->isLocked());
    }