summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/icewind/streams/tests/bootstrap.php
blob: 2c17fd57febfa16bf0c1e73be9a5c43c538fd647 (plain)
1
2
3
4
5
6
7
8
9
<?php
/**
 * Copyright (c) 2014 Robin Appelman <icewind@owncloud.com>
 * This file is licensed under the Licensed under the MIT license:
 * http://opensource.org/licenses/MIT
 */

date_default_timezone_set('UTC');
require_once __DIR__ . '/../vendor/autoload.php';