tabs feature, testing context

This commit is contained in:
2019-12-12 11:58:02 +01:00
parent 199930d23a
commit dbec09d937
7 changed files with 48 additions and 0 deletions

View File

@@ -20,4 +20,9 @@ class DefaultController extends Controller
{
return $this->redirect($this->generateUrl('chill_main_homepage'));
}
public function testAction()
{
return $this->render('ChillMainBundle:Test:index.html.twig', []);
}
}