Skip to content

Commit 288e51f

Browse files
Merge branch '4.4' into 5.0
* 4.4: [PhpUnitBridge] fix bad test [4.4] CS fixes [3.4] CS fixes Disable phpunit verbosity Queue name is a required parameter [FrameworkBundle] display actual target for error in AssetsInstallCommand Remove patches for Doctrine bugs and deprecations [Mime] fix bad method call on "EmailAddressContains" [DI][EventDispatcher] added contract for implementation
2 parents a64d638 + 35e8c8f commit 288e51f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Messenger/DoctrineTransactionMiddlewareTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class DoctrineTransactionMiddlewareTest extends MiddlewareTestCase
2525
private $entityManager;
2626
private $middleware;
2727

28-
public function setUp(): void
28+
protected function setUp(): void
2929
{
3030
$this->connection = $this->createMock(Connection::class);
3131

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"doctrine/cache": "~1.6",
4343
"doctrine/collections": "~1.0",
4444
"doctrine/data-fixtures": "1.0.*",
45-
"doctrine/dbal": "~2.4,<=2.10.2",
45+
"doctrine/dbal": "~2.4",
4646
"doctrine/orm": "^2.6.3",
4747
"doctrine/reflection": "~1.0"
4848
},

0 commit comments

Comments
 (0)