11 lines
378 B
PHP
11 lines
378 B
PHP
<?php
|
|
|
|
require_once dirname(__DIR__) . '/vendor/autoload.php';
|
|
|
|
require_once dirname(__DIR__) . '/tests/Spout/TestUsingResource.php';
|
|
require_once dirname(__DIR__) . '/tests/Spout/ReflectionHelper.php';
|
|
require_once dirname(__DIR__) . '/tests/Spout/Reader/CSV/SpoutTestStream.php';
|
|
|
|
// Make sure a timezone is set to be able to work with dates
|
|
date_default_timezone_set('UTC');
|