mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-19 18:20:57 +00:00
e868e58d20
We now can do something like: ```sh ./vendor/bin/phpunit tests/PhpSpreadsheetTests/Reader/ ```
9 lines
152 B
PHP
9 lines
152 B
PHP
<?php
|
|
|
|
setlocale(LC_ALL, 'en_US.utf8');
|
|
|
|
// PHP 5.3 Compat
|
|
date_default_timezone_set('Europe/London');
|
|
|
|
require_once __DIR__ . '/../src/Bootstrap.php';
|