Remove old useless configurations from tests

This commit is contained in:
Javier Spagnoletti 2021-03-11 23:40:25 -03:00
parent 8f646b8484
commit 64952d155c

View File

@ -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', [