From fdb07fa1ad4c07ba451a5dfb9271d67c60e1d1d5 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Thu, 21 Jan 2021 11:11:25 +0100 Subject: [PATCH] [Behat] Fix theme-related tests --- config/routes/test/routing.yaml | 2 +- config/routes/test_cached/routing.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/routes/test/routing.yaml b/config/routes/test/routing.yaml index 0ca57d9a045..6a6bd072755 100644 --- a/config/routes/test/routing.yaml +++ b/config/routes/test/routing.yaml @@ -1,5 +1,5 @@ sylius_test_plugin_main: path: /test/main - controller: FrameworkBundle:Template:template + controller: Symfony\Bundle\FrameworkBundle\Controller\TemplateController::templateAction defaults: template: "@SyliusTestPlugin/main.html.twig" diff --git a/config/routes/test_cached/routing.yaml b/config/routes/test_cached/routing.yaml index 0ca57d9a045..6a6bd072755 100644 --- a/config/routes/test_cached/routing.yaml +++ b/config/routes/test_cached/routing.yaml @@ -1,5 +1,5 @@ sylius_test_plugin_main: path: /test/main - controller: FrameworkBundle:Template:template + controller: Symfony\Bundle\FrameworkBundle\Controller\TemplateController::templateAction defaults: template: "@SyliusTestPlugin/main.html.twig"