Skip to content

Commit

Permalink
force tests default timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingguzman committed Oct 14, 2016
1 parent ba3721b commit d27f260
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
define('STATUS_COLUMN_NAME', 'active');
}

// force a timezone
date_default_timezone_set('America/New_York');

/**
* @param $testCase
* @param $attributes - mock attributes
Expand Down

0 comments on commit d27f260

Please sign in to comment.