Skip to content

Commit 23bf21e

Browse files
Merge branch '4.4' into 5.2
* 4.4: Fix tests Fix minor typos [WebProfilerBundle] Fix the values of some CSS properties [Yaml] Fixed an exception message Fix ctype_digit deprecation Add a Special Case for Translating Choices in en_US_POSIX
1 parent 76e75fa commit 23bf21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Transport/ConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ public function testAmqpStampHeadersAreUsed()
599599
$connection->publish('body', ['Foo' => 'X'], 0, new AmqpStamp(null, \AMQP_NOPARAM, ['headers' => ['Bar' => 'Y']]));
600600
}
601601

602-
public function testAmqpStampDelireryModeIsUsed()
602+
public function testAmqpStampDeliveryModeIsUsed()
603603
{
604604
$factory = new TestAmqpFactory(
605605
$this->createMock(\AMQPConnection::class),

0 commit comments

Comments
 (0)