Skip to content

Commit 75197ed

Browse files
committed
Filtering by datetimeinterval
1 parent f728964 commit 75197ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Feature/RepositorySearchServiceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public function test_can_match_datetime_interval()
8787

8888
$twoMonthsAgo = now()->subMonths(2)->toISOString();
8989
$now = now()->toISOString();
90+
dd("users?created_at={$twoMonthsAgo},{$now}");
9091
$this->getJson("users?created_at={$twoMonthsAgo},{$now}")
9192
->assertJsonCount(2, 'data');
9293

0 commit comments

Comments
 (0)