Add support for node management actions using new services
This commit is contained in:
parent
4391defb9f
commit
c1a078bdcf
33 changed files with 1375 additions and 745 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
namespace Tests;
|
||||
|
||||
use Mockery as m;
|
||||
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
||||
|
||||
abstract class TestCase extends BaseTestCase
|
||||
|
@ -12,6 +11,5 @@ abstract class TestCase extends BaseTestCase
|
|||
public function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
m::close();
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue