function FileSecurityTest::testWriteWebConfigFailure
@covers ::writeWebConfig
      
    
File
- 
              core/
tests/ Drupal/ Tests/ Component/ FileSecurity/ FileSecurityTest.php, line 91  
Class
- FileSecurityTest
 - Tests the file security component.
 
Namespace
Drupal\Tests\Component\FileSecurityCode
public function testWriteWebConfigFailure() {
  vfsStream::setup('root');
  $this->assertFalse(FileSecurity::writeWebConfig(vfsStream::url('root') . '/foo'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.