1
0
Fork 0

Make sure a good timezone is set, fixes #2899

pull/2918/head
Jordi Boggiano 2014-04-14 13:55:17 +02:00
parent 49d4054e51
commit 1347d5306a
1 changed files with 4 additions and 0 deletions

View File

@ -12,5 +12,9 @@
error_reporting(E_ALL);
if (function_exists('date_default_timezone_set') && function_exists('date_default_timezone_get')) {
date_default_timezone_set(@date_default_timezone_get());
}
require __DIR__.'/../src/bootstrap.php';
require __DIR__.'/Composer/TestCase.php';