mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
BaseTestCase: Drop timezone setup, the app will do it
This commit is contained in:
parent
531479a92e
commit
08bfc4f596
@ -92,14 +92,6 @@ namespace Icinga\Test {
|
||||
),
|
||||
);
|
||||
|
||||
/**
|
||||
* Setup the default timezone
|
||||
*/
|
||||
public static function setupTimezone()
|
||||
{
|
||||
date_default_timezone_set('UTC');
|
||||
}
|
||||
|
||||
/**
|
||||
* Setup MVC bootstrapping and ensure that the Icinga-Mock gets reinitialized
|
||||
*/
|
||||
@ -319,6 +311,4 @@ namespace Icinga\Test {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BaseTestCase::setupTimezone();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user