fixes for test
This commit is contained in:
parent
d8f5d10b58
commit
106098cf35
2 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue