mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-04 21:08:28 +00:00
Merge pull request #193 from bantu/tests-default-date
Set the default timezone in tests bootstrap file. * bantu/tests-default-date: Set the default timezone in tests bootstrap file.
This commit is contained in:
commit
03f290b050
@ -5,6 +5,8 @@
|
|||||||
* @license http://www.opensource.org/licenses/mit-license.html MIT License
|
* @license http://www.opensource.org/licenses/mit-license.html MIT License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
date_default_timezone_set('UTC');
|
||||||
|
|
||||||
// Set up include path accordingly. This is especially required because some
|
// Set up include path accordingly. This is especially required because some
|
||||||
// class files of phpseclib require() other dependencies.
|
// class files of phpseclib require() other dependencies.
|
||||||
set_include_path(implode(PATH_SEPARATOR, array(
|
set_include_path(implode(PATH_SEPARATOR, array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user