Merge pull request #1791 from phansys/useless_checks

Remove old useless configurations from tests
This commit is contained in:
Guilhem Niot 2021-03-14 17:08:49 +01:00 committed by GitHub
commit f857061475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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