function FileSystemTest::testChmodUnsuccessful
Tests chmod unsuccessful.
@legacy-covers ::chmod
File
-
core/
tests/ Drupal/ Tests/ Core/ File/ FileSystemTest.php, line 92
Class
Namespace
Drupal\Tests\Core\FileCode
public function testChmodUnsuccessful() : void {
vfsStream::setup('dir');
$this->assertFalse($this->fileSystem
->chmod('vfs://dir/test.txt'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.