mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 15:24:34 -04:00
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…
x
Reference in New Issue
Block a user