Skip to content

Commit

Permalink
FIX Tests shouldnt set date or time format to null
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Nov 23, 2016
1 parent c914dde commit 03b4e6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev/SapphireTest.php
Expand Up @@ -188,8 +188,6 @@ public function setUp() {

// 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');
Expand Down

0 comments on commit 03b4e6e

Please sign in to comment.