Fix core provider

This commit is contained in:
Romain Neutron
2012-07-19 12:36:41 +02:00
parent cd6600cb52
commit e9623eaaee

View File

@@ -510,7 +510,7 @@ abstract class PhraseanetPHPUnitAbstract extends WebTestCase
, $confService , $confService
); );
$this->app['Core']["Twig"] = $templateService->getDriver(); $this->app['phraseanet.core']["Twig"] = $templateService->getDriver();
} }
/** /**