Fix tests
This commit is contained in:
parent
18a786bf1e
commit
6d102d9319
|
@ -13,11 +13,11 @@ class MemberSearchTest extends EndToEndTestCase
|
|||
{
|
||||
parent::setUp();
|
||||
Country::factory()->create(['name' => 'Deutschland']);
|
||||
$this->withoutExceptionHandling()->login()->loginNami();
|
||||
}
|
||||
|
||||
public function testItHandlesFullTextSearch(): void
|
||||
{
|
||||
$this->withoutExceptionHandling()->login()->loginNami();
|
||||
Member::factory()->defaults()->count(2)->create(['firstname' => 'Alexander']);
|
||||
Member::factory()->defaults()->create(['firstname' => 'Heinrich']);
|
||||
|
||||
|
|
Loading…
Reference in New Issue