Remove unused method

This commit is contained in:
Marcus Moore 2023-03-06 17:50:44 -08:00
parent ddcb8d8dd9
commit a3c8c3757a
No known key found for this signature in database

View file

@ -15,12 +15,6 @@ abstract class BaseTest extends TestCase
{ {
use LazilyRefreshDatabase; use LazilyRefreshDatabase;
protected function _before()
{
Artisan::call('migrate');
Setting::factory()->create();
}
protected function signIn($user = null) protected function signIn($user = null)
{ {
if (! $user) { if (! $user) {