mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Add support for node management actions using new services
This commit is contained in:
@@ -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 New Issue
Block a user