org\bovigo\vfs\vfsStreamWrapperFileTestCase::cannotReadFileFromNonReadableDir PHP Méthode

cannotReadFileFromNonReadableDir() public méthode

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