File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313
1414use Doctrine \Common \Annotations \AnnotationReader ;
1515use Doctrine \Common \Annotations \CachedReader ;
16- use Symfony \Component \Templating \EngineInterface ;
16+ use Symfony \Component \Templating \EngineInterface as ComponentEngineInterface ;
1717use Symfony \Bundle \FrameworkBundle \Templating \EngineInterface as FrameworkBundleEngineInterface ;
1818
1919class AutowiringTypesTest extends WebTestCase
@@ -43,7 +43,7 @@ public function testTemplatingAutowiring()
4343
4444 $ autowiredServices = $ container ->get ('test.autowiring_types.autowired_services ' );
4545 $ this ->assertInstanceOf (FrameworkBundleEngineInterface::class, $ autowiredServices ->getFrameworkBundleEngine ());
46- $ this ->assertInstanceOf (EngineInterface ::class, $ autowiredServices ->getEngine ());
46+ $ this ->assertInstanceOf (ComponentEngineInterface ::class, $ autowiredServices ->getEngine ());
4747 }
4848
4949 protected static function createKernel (array $ options = array ())
You can’t perform that action at this time.
0 commit comments