org\bovigo\vfs\vfsStreamContainerIteratorTestCase::getDirName PHP Method

getDirName() private method

private getDirName ( $dir )
    private function getDirName($dir)
    {
        if (is_string($dir)) {
            return $dir;
        }
        return $dir->getName();
    }