Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hristo Botev committed Aug 7, 2019
1 parent b17a5c7 commit 24b0563
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/Units/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ protected function getDefaultOutput()
'delivery' => 'immediate',
),
'render' => array(
'path' => 'SpyTimelineBundle:Timeline',
'fallback' => 'SpyTimelineBundle:Timeline:default.html.twig',
'path' => '@SpyTimeline/Timeline',
'fallback' => '@SpyTimeline/Timeline/default.html.twig',
'resources' => array(
'SpyTimelineBundle:Action:components.html.twig',
'@SpyTimeline/Action/components.html.twig',
),
),
'query_builder' => array(
Expand Down

0 comments on commit 24b0563

Please sign in to comment.