FIX Tests shouldnt set date or time format to null

This commit is contained in:
Daniel Hensby 2016-11-23 12:36:53 +00:00
parent c914dde7d1
commit 03b4e6ea32
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E

View File

@ -188,8 +188,6 @@ class SapphireTest extends PHPUnit_Framework_TestCase {
// i18n needs to be set to the defaults or tests fail
i18n::set_locale(i18n::default_locale());
i18n::config()->date_format = null;
i18n::config()->time_format = null;
// Set default timezone consistently to avoid NZ-specific dependencies
date_default_timezone_set('UTC');