Fixes for tests
This commit is contained in:
parent
718551f59d
commit
93fa96c19e
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue