Tests have to seed

This commit is contained in:
NoAvatar 2024-10-18 02:14:03 +10:00
parent 1e3ef6a398
commit 7797575fd3

View File

@ -2,9 +2,10 @@
namespace Tests;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
protected $seed = true;
}