streams/tests/bootstrap.php
Andy Scherzinger d95aa6fa7e
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-06-02 20:52:50 +02:00

8 lines
201 B
PHP

<?php
/**
* SPDX-FileCopyrightText: 2014 Robin Appelman <icewind@owncloud.com>
* SPDX-License-Identifier: MIT
*/
date_default_timezone_set('UTC');
require_once __DIR__ . '/../vendor/autoload.php';