This commit is contained in:
shibafu
2020-05-24 19:50:51 +09:00
parent f3a5644a32
commit 1a3cead932
2 changed files with 9 additions and 0 deletions

View File

@@ -13,6 +13,14 @@ use Tests\TestCase;
class SettingTest extends TestCase
{
use RefreshDatabase;
protected function setUp(): void
{
parent::setUp();
$this->seed();
}
public function testDestroyUser()
{
$user = factory(User::class)->create();