Example #1
0
 public function test_timezone_is_initialised_without_before_date()
 {
     $range = new DateRange(Carbon::today($expected = 'GB')->subSecond(), null);
     $this->assertEquals($expected, $range->getTimezone()->getName());
 }