Skip to content

Commit

Permalink
[Tests] Aligned output of templates containing FQCNs with Twig changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Aug 9, 2024
1 parent 0d135d3 commit ff17519
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ return array()
--EXPECT--
array (
0 =>
Symfony\Component\HttpKernel\Controller\ControllerReference::__set_state(array(
\Symfony\Component\HttpKernel\Controller\ControllerReference::__set_state(array(
'controller' => 'ibexa_query_render::renderQuery',
'attributes' =>
array (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ return array()
--EXPECT--
array (
0 =>
Symfony\Component\HttpKernel\Controller\ControllerReference::__set_state(array(
\Symfony\Component\HttpKernel\Controller\ControllerReference::__set_state(array(
'controller' => 'ibexa_query_render::renderQuery',
'attributes' =>
array (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ return array()
--EXPECT--
array (
0 =>
Symfony\Component\HttpKernel\Controller\ControllerReference::__set_state(array(
\Symfony\Component\HttpKernel\Controller\ControllerReference::__set_state(array(
'controller' => 'ibexa_query_render::renderQuery',
'attributes' =>
array (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ return array()
--EXPECT--
array (
0 =>
Symfony\Component\HttpKernel\Controller\ControllerReference::__set_state(array(
\Symfony\Component\HttpKernel\Controller\ControllerReference::__set_state(array(
'controller' => 'ibexa_query_render::renderQuery',
'attributes' =>
array (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ return array()
--EXPECT--
array (
0 =>
Symfony\Component\HttpKernel\Controller\ControllerReference::__set_state(array(
\Symfony\Component\HttpKernel\Controller\ControllerReference::__set_state(array(
'controller' => 'ibexa_query_render::renderQuery',
'attributes' =>
array (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ return array()
--EXPECT--
array (
0 =>
Symfony\Component\HttpKernel\Controller\ControllerReference::__set_state(array(
\Symfony\Component\HttpKernel\Controller\ControllerReference::__set_state(array(
'controller' => 'ibexa_query_render::renderQuery',
'attributes' =>
array (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ return array()
--EXPECT--
array (
0 =>
Symfony\Component\HttpKernel\Controller\ControllerReference::__set_state(array(
\Symfony\Component\HttpKernel\Controller\ControllerReference::__set_state(array(
'controller' => 'ibexa_query_render::renderQuery',
'attributes' =>
array (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ return array()
--EXPECT--
array (
0 =>
Symfony\Component\HttpKernel\Controller\ControllerReference::__set_state(array(
\Symfony\Component\HttpKernel\Controller\ControllerReference::__set_state(array(
'controller' => 'ibexa_query_render::renderQuery',
'attributes' =>
array (
Expand Down

0 comments on commit ff17519

Please sign in to comment.