org\bovigo\vfs\vfsStreamWrapperMkDirTestCase::mkdirWithDots PHP Метод

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

С версии: 0.9.0
public mkdirWithDots ( )
    public function mkdirWithDots()
    {
        $this->assertTrue(mkdir($this->fooURL . '/another/../more/.', 0777, true));
        $this->assertEquals(3, count($this->foo->getChildren()));
        $this->assertTrue($this->foo->hasChild('more'));
    }