mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +00:00
Fix tests
This commit is contained in:
@@ -823,13 +823,13 @@ abstract class PhraseanetPHPUnitAbstract extends WebTestCase
|
||||
$serviceName = $configuration->getTemplating();
|
||||
$confService = $configuration->getService($serviceName);
|
||||
|
||||
$templateServiceBuilder = \Alchemy\Phrasea\Core\Service\Builder::create(
|
||||
$templateService = \Alchemy\Phrasea\Core\Service\Builder::create(
|
||||
self::$core,
|
||||
$serviceName
|
||||
, $confService
|
||||
);
|
||||
|
||||
$this->app['Core']["Twig"] = $templateServiceBuilder->getDriver();
|
||||
$this->app['Core']["Twig"] = $templateService->getDriver();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user