Rename test method

This commit is contained in:
philipp lang 2024-02-19 00:41:43 +01:00
parent f24064b9f3
commit 54b650fb91
1 changed files with 3 additions and 1 deletions

View File

@ -281,7 +281,9 @@ class FormRegisterActionTest extends TestCase
->assertOk(); ->assertOk();
} }
public function testItAddsMembersViaNami(): void // --------------------------- NamiField Tests ---------------------------
// ***********************************************************************
public function testItAddsMembersViaNamiFromNamiField(): void
{ {
$this->login()->loginNami(); $this->login()->loginNami();
$this->createMember(['mitgliedsnr' => '5505', 'firstname' => 'Abc', 'birthday' => '2023-01-05']); $this->createMember(['mitgliedsnr' => '5505', 'firstname' => 'Abc', 'birthday' => '2023-01-05']);