mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
Remove old useless configurations from tests
This commit is contained in:
parent
8f646b8484
commit
64952d155c
@ -128,11 +128,6 @@ class TestKernel extends Kernel
|
||||
'serializer' => ['enable_annotations' => true],
|
||||
];
|
||||
|
||||
// templating is deprecated
|
||||
if (Kernel::VERSION_ID <= 40300) {
|
||||
$framework['templating'] = ['engines' => ['twig']];
|
||||
}
|
||||
|
||||
$c->loadFromExtension('framework', $framework);
|
||||
|
||||
$c->loadFromExtension('twig', [
|
||||
|
Loading…
x
Reference in New Issue
Block a user