Skip to content

Commit bb56379

Browse files
Use namespaced Twig
1 parent 4560faf commit bb56379

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Fragment/LegacyContainerAwareHIncludeFragmentRendererTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function testRender()
2525
$container = $this->getMockBuilder('Symfony\Component\DependencyInjection\ContainerInterface')->getMock();
2626
$container->expects($this->once())
2727
->method('get')
28-
->will($this->returnValue($this->getMockBuilder('\Twig_Environment')->disableOriginalConstructor()->getMock()))
28+
->will($this->returnValue($this->getMockBuilder('Twig\Environment')->disableOriginalConstructor()->getMock()))
2929
;
3030
$renderer = new ContainerAwareHIncludeFragmentRenderer($container);
3131
$renderer->render('/', Request::create('/'));

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/event-dispatcher": "~2.5",
2525
"symfony/finder": "^2.0.5",
2626
"symfony/http-foundation": "~2.7",
27-
"symfony/http-kernel": "~2.7.25|^2.8.18",
27+
"symfony/http-kernel": "~2.7.29|^2.8.22",
2828
"symfony/filesystem": "~2.3",
2929
"symfony/routing": "~2.7.24|^2.8.17",
3030
"symfony/security-core": "~2.6.13|~2.7.9|~2.8",

0 commit comments

Comments
 (0)