tweak tests
This commit is contained in:
parent
7afdc9e9ba
commit
67f2d513ea
@ -4,9 +4,12 @@ namespace Tests;
|
||||
|
||||
use App\Services\Plugin;
|
||||
use App\Services\PluginManager;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
||||
class PluginDisableCommandTest extends TestCase
|
||||
{
|
||||
use DatabaseTransactions;
|
||||
|
||||
public function testDisablePlugin()
|
||||
{
|
||||
$this->mock(PluginManager::class, function ($mock) {
|
||||
|
@ -4,9 +4,12 @@ namespace Tests;
|
||||
|
||||
use App\Services\Plugin;
|
||||
use App\Services\PluginManager;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
||||
class PluginEnableCommandTest extends TestCase
|
||||
{
|
||||
use DatabaseTransactions;
|
||||
|
||||
public function testEnablePlugin()
|
||||
{
|
||||
$this->mock(PluginManager::class, function ($mock) {
|
||||
|
Loading…
Reference in New Issue
Block a user