lint
This commit is contained in:
parent
4ce7d428d4
commit
ae19a6ed2b
tests/Feature/Form
|
@ -26,7 +26,7 @@ class FormIndexActionTest extends TestCase
|
||||||
->mailBottom('Cheers')
|
->mailBottom('Cheers')
|
||||||
->registrationFrom('2023-05-06 04:00:00')
|
->registrationFrom('2023-05-06 04:00:00')
|
||||||
->registrationUntil('2023-04-01 05:00:00')
|
->registrationUntil('2023-04-01 05:00:00')
|
||||||
->sections([FormtemplateSectionRequest::new()->name('sname')->fields([FormtemplateFieldRequest::new()])->create()])
|
->sections([FormtemplateSectionRequest::new()->name('sname')->fields([FormtemplateFieldRequest::new()])])
|
||||||
->create();
|
->create();
|
||||||
|
|
||||||
$this->get(route('form.index'))
|
$this->get(route('form.index'))
|
||||||
|
|
Loading…
Reference in New Issue