* some test code cleanup
This commit is contained in:
@@ -19,7 +19,7 @@ class CameraPictureManagerServiceFactoryTest extends TestCase
|
||||
protected function setUp()
|
||||
{
|
||||
$this->container = $this->prophesize(ContainerInterface::class);
|
||||
$this->container->get("config")->willReturn(['application'=>[]]);
|
||||
$this->container->get("config")->willReturn(['application' => []]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user