Skip to content

Commit

Permalink
Disable sensio aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgarlag committed Feb 5, 2021
1 parent 596a231 commit 9ecf262
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Tests/TestKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,6 @@ protected function configureContainer(ContainerBuilder $container, LoaderInterfa
],
]);

$container->loadFromExtension('ajgarlag_psr_http_message', [
'alias_sensio_framework_extra_services' => [
'enabled' => true,
],
]);

$container->loadFromExtension('trikoder_oauth2', [
'authorization_server' => [
'private_key' => '%env(PRIVATE_KEY_PATH)%',
Expand Down

0 comments on commit 9ecf262

Please sign in to comment.