mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-12 08:04:37 -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
|
class CompanyGatewayTest extends TestCase
|
||||||
{
|
{
|
||||||
use MockAccountData;
|
use MockAccountData;
|
||||||
// use DatabaseTransactions;
|
use DatabaseTransactions;
|
||||||
use RefreshDatabase;
|
// use RefreshDatabase;
|
||||||
|
|
||||||
protected function setUp() :void
|
protected function setUp() :void
|
||||||
{
|
{
|
||||||
|
@ -29,9 +29,9 @@ use Illuminate\Foundation\Testing\DatabaseTransactions;
|
|||||||
class CompanySettingsTest extends TestCase
|
class CompanySettingsTest extends TestCase
|
||||||
{
|
{
|
||||||
use MakesHash;
|
use MakesHash;
|
||||||
// use DatabaseTransactions;
|
use DatabaseTransactions;
|
||||||
use MockAccountData;
|
use MockAccountData;
|
||||||
use RefreshDatabase;
|
// use RefreshDatabase;
|
||||||
|
|
||||||
public function setUp() :void
|
public function setUp() :void
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user