HM\BackUpWordPress\Requirement_Zip_Command_Path::test PHP Method

test() public static method

public static test ( ) : string | false
return string | false
    public static function test()
    {
        $backup = new Zip_File_Backup_Engine();
        return $backup->get_zip_executable_path();
    }
Requirement_Zip_Command_Path