Fixes for tests

This commit is contained in:
David Bomba 2023-02-21 08:11:39 +11:00
parent 718551f59d
commit 93fa96c19e
2 changed files with 4 additions and 4 deletions

View File

@ -27,8 +27,8 @@ use Tests\TestCase;
class CompanyGatewayTest extends TestCase
{
use MockAccountData;
// use DatabaseTransactions;
use RefreshDatabase;
use DatabaseTransactions;
// use RefreshDatabase;
protected function setUp() :void
{

View File

@ -29,9 +29,9 @@ use Illuminate\Foundation\Testing\DatabaseTransactions;
class CompanySettingsTest extends TestCase
{
use MakesHash;
// use DatabaseTransactions;
use DatabaseTransactions;
use MockAccountData;
use RefreshDatabase;
// use RefreshDatabase;
public function setUp() :void
{