1
0
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:
David Bomba 2019-04-24 20:29:36 +10:00
parent d8f5d10b58
commit 106098cf35
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,8 @@ use Tests\TestCase;
class AccountTest extends TestCase
{
use DatabaseTransactions;
public function setUp() :void
{
parent::setUp();

View File

@ -22,6 +22,7 @@ use Tests\TestCase;
class MultiDBUserTest extends TestCase
{
use DatabaseTransactions;
public function setUp() :void
{