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…
Reference in New Issue