File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ framework:
66 router : { resource: "%kernel.project_dir%/Resources/config/routing.yml" }
77 # serializer: { enable_annotations: true }
88 # templating: { engines: ['twig', 'php'] }
9- session :
10- storage_factory_id : session.storage.factory.mock_file
9+ # session:
10+ # storage_factory_id: session.storage.factory.mock_file
1111 profiler :
1212 collect : false
1313
Original file line number Diff line number Diff line change 66use Dayspring \LoggingBundle \Tests \TestKernel ;
77use Monolog \Handler \TestHandler ;
88use Symfony \Bundle \FrameworkBundle \Test \WebTestCase ;
9- use function array_unshift ;
109
1110class LoggerTest extends WebTestCase
1211{
Original file line number Diff line number Diff line change 1717 "phpunit/phpunit" : " ~8.5.33|^9.0" ,
1818 "rector/rector" : " ^2.0" ,
1919 "symfony/yaml" : " ^4.4|^5.0|^6.0" ,
20+ "symfony/monolog-bridge" : " ^4.4|^5.0|^6.0" ,
2021 "symfony/monolog-bundle" : " ^3.0"
2122 },
2223 "authors" : [
You can’t perform that action at this time.
0 commit comments