ownCloud\TarStreamer\Tests\Streamer::testDir PHP Method

testDir() public method

public testDir ( )
    public function testDir()
    {
        $folderName = 'foo-folder';
        $this->streamer->addEmptyDir($folderName);
        $this->streamer->finalize();
        $this->assertFolderInTar($folderName);
    }