File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ private function output(callable $type): EntryCollection|LengthAwarePaginator
175175 return $ occurrence
176176 ->setSupplement ('start ' , $ start )
177177 ->setSupplement ('end ' , $ end )
178- ->setSupplement ('spansDay ' , ! $ start ->isSameDay ($ end ));
178+ ->setSupplement ('spans_days ' , ! $ start ->isSameDay ($ end ));
179179 });
180180 }
181181
Original file line number Diff line number Diff line change 428428 ->first ()->start ->timezone ->getName ()->toBe ('America/Vancouver ' );
429429});
430430
431- it ('sets "spansDay " ' , function () {
431+ it ('sets "spans_days " ' , function () {
432432 Carbon::setTestNow (now ()->setTimeFromTimeString ('10:00 ' ));
433433
434434 Entry::make ()
454454 $ occurrences = $ this ->tag ->between ();
455455
456456 expect ($ occurrences )->toHaveCount (1 )
457- ->first ()->spansDay ->toBeTrue ();
457+ ->first ()->spans_days ->toBeTrue ();
458458});
You can’t perform that action at this time.
0 commit comments