diff --git a/Tests/Units/DependencyInjection/Configuration.php b/Tests/Units/DependencyInjection/Configuration.php index 1f0eef0..371ae26 100644 --- a/Tests/Units/DependencyInjection/Configuration.php +++ b/Tests/Units/DependencyInjection/Configuration.php @@ -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(