Skip to content

Commit

Permalink
Fix PHPUnit deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
loicsapone committed Aug 12, 2024
1 parent 2e5be75 commit 9544a2d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/TestApplication/src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@ protected function configureContainer(ContainerConfigurator $container): void
'default_path' => '%kernel.project_dir%/templates',
]);

$container->extension('twig_component', [
'anonymous_template_directory' => 'components/',
'defaults' => [
'App\\Twig\\Components\\' => 'components/',
],
]);

$container->extension('mezcalito_file_manager', [
'storages' => [
'local' => [
Expand Down

0 comments on commit 9544a2d

Please sign in to comment.