* some test code cleanup

This commit is contained in:
Danyi Dávid
2018-01-15 23:07:21 +01:00
parent b79cea9fb2
commit 8cde36864d
4 changed files with 4 additions and 10 deletions

View File

@@ -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' => []]);
}
/**