1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2024-11-28 05:24:10 +01:00
php-rrule/tests/bootstrap.php

12 lines
339 B
PHP
Raw Permalink Normal View History

2015-06-23 10:31:18 +02:00
<?php
2018-05-15 18:41:41 +02:00
require_once __DIR__.'/../vendor/autoload.php';
if (class_exists('PHPUnit_Framework_Error_Notice')) {
class_alias('PHPUnit_Framework_Error_Notice', 'PHPUnit\Framework\Error\Notice');
}
// make sure that the tests are run in the same timezone everywhere
// Europe/Helsinki has DST
date_default_timezone_set('Europe/Helsinki');