mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
fixes for tests
This commit is contained in:
parent
106098cf35
commit
3baa48a23b
@ -37,7 +37,6 @@
|
||||
"require-dev": {
|
||||
"barryvdh/laravel-debugbar": "^3.2",
|
||||
"beyondcode/laravel-dump-server": "^1.0",
|
||||
"brianium/paratest": "^3.0",
|
||||
"filp/whoops": "^2.0",
|
||||
"fzaninotto/faker": "^1.4",
|
||||
"laravel/dusk": "^4.0",
|
||||
|
@ -22,7 +22,6 @@ use Tests\TestCase;
|
||||
|
||||
class MultiDBUserTest extends TestCase
|
||||
{
|
||||
use DatabaseTransactions;
|
||||
|
||||
public function setUp() :void
|
||||
{
|
||||
|
@ -18,7 +18,6 @@ use Tests\TestCase;
|
||||
*/
|
||||
class UniqueEmailTest extends TestCase
|
||||
{
|
||||
|
||||
protected $rule;
|
||||
|
||||
public function setUp() :void
|
||||
|
Loading…
x
Reference in New Issue
Block a user