Current File : /home/escuelai/public_html/it/vendor/rlanvin/php-rrule/tests/bootstrap.php
<?php

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');