DrewM\Morse\Feature\File::testZip PHP Method

testZip() public method

public testZip ( )
    public function testZip()
    {
        return class_exists('ZipArchive');
    }