You are here

public function FileSecurityTest::testWriteWebConfigFailure in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Component/FileSecurity/FileSecurityTest.php \Drupal\Tests\Component\FileSecurity\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\FileSecurity

Code

public function testWriteWebConfigFailure() {
  vfsStream::setup('root');
  $this
    ->assertFalse(FileSecurity::writeWebConfig(vfsStream::url('root') . '/foo'));
}