Fix ShowTest
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
222bca62ee
commit
9f4f2683a3
|
@ -34,7 +34,7 @@ class ShowTest extends TestCase
|
||||||
$this->withoutExceptionHandling()->login()->loginNami();
|
$this->withoutExceptionHandling()->login()->loginNami();
|
||||||
$member = Member::factory()
|
$member = Member::factory()
|
||||||
->defaults()
|
->defaults()
|
||||||
->has(Membership::factory()->promise(now())->in('€ LeiterIn', 5, 'Jungpfadfinder', 88)->state(['created_at' => '2022-11-19 05:00:00']))
|
->has(Membership::factory()->promise(now())->in('€ LeiterIn', 5, 'Jungpfadfinder', 88)->from('2022-11-19'))
|
||||||
->has(Payment::factory()->notPaid()->nr('2019')->subscription('Free', [
|
->has(Payment::factory()->notPaid()->nr('2019')->subscription('Free', [
|
||||||
new Child('uu', 1000),
|
new Child('uu', 1000),
|
||||||
new Child('a', 50),
|
new Child('a', 50),
|
||||||
|
|
Loading…
Reference in New Issue