xref: /plugin/davcal/vendor/sabre/http/tests/bootstrap.php (revision d1ab5b8c57c43596cd84aa2d50349044128f1828)
1<?php
2
3date_default_timezone_set('UTC');
4
5ini_set('error_reporting', E_ALL | E_STRICT | E_DEPRECATED);
6
7// Composer autoloader
8include __DIR__ . '/../vendor/autoload.php';
9