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));
    }