Skip to content

Commit 24b0563

Browse files
author
Hristo Botev
committed
Update unit test
1 parent b17a5c7 commit 24b0563

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/Units/DependencyInjection/Configuration.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ protected function getDefaultOutput()
7676
'delivery' => 'immediate',
7777
),
7878
'render' => array(
79-
'path' => 'SpyTimelineBundle:Timeline',
80-
'fallback' => 'SpyTimelineBundle:Timeline:default.html.twig',
79+
'path' => '@SpyTimeline/Timeline',
80+
'fallback' => '@SpyTimeline/Timeline/default.html.twig',
8181
'resources' => array(
82-
'SpyTimelineBundle:Action:components.html.twig',
82+
'@SpyTimeline/Action/components.html.twig',
8383
),
8484
),
8585
'query_builder' => array(

0 commit comments

Comments
 (0)