This commit is contained in:
philipp lang 2024-01-10 22:06:23 +01:00
parent 4ce7d428d4
commit ae19a6ed2b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class FormIndexActionTest extends TestCase
->mailBottom('Cheers')
->registrationFrom('2023-05-06 04: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();
$this->get(route('form.index'))