Fix coverage
This commit is contained in:
parent
551b1334fc
commit
ba93788fc9
|
|
@ -44,7 +44,7 @@ class PluginControllerTest extends TestCase
|
|||
$mock->shouldReceive('get')
|
||||
->with('fake3')
|
||||
->once()
|
||||
->andReturn();
|
||||
->andReturn($plugin);
|
||||
|
||||
$plugin = new Plugin(resource_path(''), ['config' => 'shared/head.twig']);
|
||||
$plugin->setEnabled(true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user