seed(); $this->seed(); $this->assertDatabaseHas('users', [ 'email' => 'user@example.com', ]); $this->assertDatabaseCount('users', 1); } }