Skip to content

Commit 4b1e6d6

Browse files
fix tests on 4.4
1 parent 11fc7b7 commit 4b1e6d6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Tests/Resources/config/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Tests/Service/LoggerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use Dayspring\LoggingBundle\Tests\TestKernel;
77
use Monolog\Handler\TestHandler;
88
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
9-
use function array_unshift;
109

1110
class LoggerTest extends WebTestCase
1211
{

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
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": [

0 commit comments

Comments
 (0)