refactor service interface

This commit is contained in:
Nicolas Le Goff
2012-03-15 16:43:23 +01:00
parent 7aac757a3c
commit 5557d8b8b7
34 changed files with 187 additions and 357 deletions

View File

@@ -822,8 +822,7 @@ abstract class PhraseanetPHPUnitAbstract extends WebTestCase
$confService = $configuration->getService($serviceName);
$templateService = \Alchemy\Phrasea\Core\Service\Builder::create(
self::$core,
$serviceName
self::$core
, $confService
);