PhpSpreadsheet/tests/bootstrap.php

9 lines
152 B
PHP
Raw Normal View History

<?php
2012-11-23 10:51:34 +00:00
2012-11-25 09:33:54 +00:00
setlocale(LC_ALL, 'en_US.utf8');
// PHP 5.3 Compat
date_default_timezone_set('Europe/London');
2017-01-23 06:05:41 +00:00
require_once __DIR__ . '/../src/Bootstrap.php';