public function vfsStreamWrapperFileTestCase::cannotRenameToNonWritableDir in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php \org\bovigo\vfs\vfsStreamWrapperFileTestCase::cannotRenameToNonWritableDir()
@test
File
- vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamWrapperFileTestCase.php, line 441
Class
Namespace
org\bovigo\vfsCode
public function cannotRenameToNonWritableDir() {
$this->bar
->chmod(0);
$this
->assertFalse(@rename($this->baz2URL, vfsStream::url('foo/bar/baz3')));
}