mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +00:00
new architecture for tests
This commit is contained in:
@@ -68,7 +68,8 @@ trait CustomFieldTestHelper
|
||||
->getForm();
|
||||
|
||||
$kernel->getContainer()->get('twig.loader')
|
||||
->addPath(__DIR__.'/Fixtures/App/app/Resources/views/', $namespace = 'test');
|
||||
->addPath($kernel->getContainer()->getParameter('kernel.root_dir').
|
||||
'/Resources/views/', $namespace = 'test');
|
||||
|
||||
$content = $kernel
|
||||
->getContainer()->get('templating')
|
||||
|
Reference in New Issue
Block a user