Skip to content

Commit

Permalink
fix part of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr committed Dec 14, 2024
1 parent c0d56fb commit ad2e3e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/DependencyInjection/AutowiringTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ private static function createContainerBuilder(array $configs = [])
'env(default::resolve:JWT_PUBLIC_KEY)' => __DIR__,
'env(default::JWT_PASSPHRASE)' => 'dummy',
'debug.file_link_format' => null,
'env(bool:default::SYMFONY_TRUST_X_SENDFILE_TYPE_HEADER)' => true,
'env(default::SYMFONY_TRUSTED_HOSTS)' => [],
'env(default::SYMFONY_TRUSTED_PROXIES)' => [],
'env(default::SYMFONY_TRUSTED_HEADERS)' => [],
]));

$container->registerExtension(new SecurityExtension());
Expand Down

0 comments on commit ad2e3e7

Please sign in to comment.