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

cannotReadFileFromNonReadableDir() 공개 메소드

    public function cannotReadFileFromNonReadableDir()
    {
        $this->markTestSkipped("Issue #38.");
        $this->bar->chmod(0);
        $this->assertFalse(@file_get_contents($this->baz1URL));
    }