fixes for tests

This commit is contained in:
David Bomba 2019-04-24 20:39:41 +10:00
parent 106098cf35
commit 3baa48a23b
3 changed files with 0 additions and 3 deletions

View File

@ -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",

View File

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

View File

@ -18,7 +18,6 @@ use Tests\TestCase;
*/
class UniqueEmailTest extends TestCase
{
protected $rule;
public function setUp() :void