org\bovigo\vfs\vfsStreamWrapperFileTestCase::cannotOpenNonReadableFileWithModeR PHP 메소드

cannotOpenNonReadableFileWithModeR() 공개 메소드

    public function cannotOpenNonReadableFileWithModeR()
    {
        $this->baz1->chmod(0);
        $this->assertFalse(@fopen($this->baz1URL, 'r'));
    }