File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -762,8 +762,8 @@ public function testGetGrowthStatsWithStartDate()
762
762
$ this ->assertArrayHasKey ('ending ' , $ stats );
763
763
764
764
// Assert start and end dates were honored.
765
- $ this ->assertEquals ($ stats ['starting ' ], $ starting ->format ('Y-m-d ' ) . 'T00:00:00-04 :00 ' );
766
- $ this ->assertEquals ($ stats ['ending ' ], $ ending ->format ('Y-m-d ' ) . 'T23:59:59-04 :00 ' );
765
+ $ this ->assertEquals ($ stats ['starting ' ], $ starting ->format ('Y-m-d ' ) . 'T00:00:00-05 :00 ' );
766
+ $ this ->assertEquals ($ stats ['ending ' ], $ ending ->format ('Y-m-d ' ) . 'T23:59:59-05 :00 ' );
767
767
}
768
768
769
769
/**
@@ -799,8 +799,8 @@ public function testGetGrowthStatsWithEndDate()
799
799
$ this ->assertArrayHasKey ('ending ' , $ stats );
800
800
801
801
// Assert start and end dates were honored.
802
- $ this ->assertEquals ($ stats ['starting ' ], $ starting ->format ('Y-m-d ' ) . 'T00:00:00-04 :00 ' );
803
- $ this ->assertEquals ($ stats ['ending ' ], $ ending ->format ('Y-m-d ' ) . 'T23:59:59-04 :00 ' );
802
+ $ this ->assertEquals ($ stats ['starting ' ], $ starting ->format ('Y-m-d ' ) . 'T00:00:00-05 :00 ' );
803
+ $ this ->assertEquals ($ stats ['ending ' ], $ ending ->format ('Y-m-d ' ) . 'T23:59:59-05 :00 ' );
804
804
}
805
805
806
806
/**
You can’t perform that action at this time.
0 commit comments