public function vfsStreamWrapperFileTestCase::cannotOpenExistingNonwritableFileWithModeW in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php \org\bovigo\vfs\vfsStreamWrapperFileTestCase::cannotOpenExistingNonwritableFileWithModeW()
@test
File
- vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamWrapperFileTestCase.php, line 423
Class
Namespace
org\bovigo\vfsCode
public function cannotOpenExistingNonwritableFileWithModeW() {
$this->baz1
->chmod(0400);
$this
->assertFalse(@fopen($this->baz1URL, 'w'));
}