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