mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
fixes for test
This commit is contained in:
parent
d8f5d10b58
commit
106098cf35
@ -23,7 +23,8 @@ use Tests\TestCase;
|
||||
|
||||
class AccountTest extends TestCase
|
||||
{
|
||||
|
||||
use DatabaseTransactions;
|
||||
|
||||
public function setUp() :void
|
||||
{
|
||||
parent::setUp();
|
||||
|
@ -22,6 +22,7 @@ use Tests\TestCase;
|
||||
|
||||
class MultiDBUserTest extends TestCase
|
||||
{
|
||||
use DatabaseTransactions;
|
||||
|
||||
public function setUp() :void
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user