* 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

@@ -27,7 +27,7 @@ class HomePageFactoryTest extends TestCase
$this->container->get(TemplateRendererInterface::class)->willReturn($templateRenderer);
$this->container->get(RouterInterface::class)->willReturn($router);
$this->container->get("config")->willReturn(['application'=>[]]);
$this->container->get("config")->willReturn(['application' => []]);
}
/**