mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
adapt path to new architecture
This commit is contained in:
@@ -40,7 +40,8 @@ class ChillMenuTwigFunctionTest extends KernelTestCase
|
||||
->getContainer()->get('templating');
|
||||
//load templates in Tests/Resources/views
|
||||
static::$kernel->getContainer()->get('twig.loader')
|
||||
->addPath(__DIR__.'/../Fixtures/Resources/views/', $namespace = 'tests');
|
||||
->addPath(static::$kernel->getContainer()->getParameter('kernel.root_dir')
|
||||
.'/Resources/views/', $namespace = 'tests');
|
||||
}
|
||||
|
||||
public function testNormalMenu()
|
||||
|
Reference in New Issue
Block a user