Fix tests
This commit is contained in:
parent
f1ad653ba8
commit
38bd73cf5b
|
@ -84,9 +84,9 @@ class IndexTest extends TestCase
|
||||||
|
|
||||||
public function membershipDataProvider(): Generator
|
public function membershipDataProvider(): Generator
|
||||||
{
|
{
|
||||||
yield [now()->subMonth(), null, true];
|
yield [now()->subMonths(2), null, true];
|
||||||
yield [now()->subMonth(), now()->subDay(), false];
|
yield [now()->subMonths(2), now()->subDay(), false];
|
||||||
yield [now()->addDay(), null, false];
|
yield [now()->addDays(2), null, false];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue