ZF-9197: Modifiy the default date timezone without reverting it back to it's previous value
Description
Some of the tests for the selected components include calls to the PHP function date_default_timezone_set() to change the date.timezone to allow the their tests to execute correctly. The problem is that these test don't change it back to its previous value after the test has executed, therefore changing the test environment and invalidating any tests which execute after wards.
Comments
Posted by Thomas Weidner (thomas) on 2011-08-26T17:55:54.000+0000
Fixed in ZF2 with GH-325