org\bovigo\vfs\vfsStreamWrapperFileTestCase::cannotOpenExistingNonwritableFileWithModeW PHP Метод

cannotOpenExistingNonwritableFileWithModeW() публичный Метод

    public function cannotOpenExistingNonwritableFileWithModeW()
    {
        $this->baz1->chmod(0400);
        $this->assertFalse(@fopen($this->baz1URL, 'w'));
    }