Rename test method
This commit is contained in:
parent
f24064b9f3
commit
54b650fb91
|
@ -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']);
|
||||||
|
|
Loading…
Reference in New Issue