mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Merge pull request #1791 from phansys/useless_checks
Remove old useless configurations from tests
This commit is contained in:
commit
f857061475
1 changed files with 0 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue