Skip to content

Commit 33f072c

Browse files
Merge branch '5.4' into 6.0
* 5.4: Use PHP_OS_FAMILY if possible Fix tests Fix typos in error messages Fix minor typos [WebProfilerBundle] Fix the values of some CSS properties [Messenger] Fixed an exception message [Yaml] Fixed an exception message Fix ctype_digit deprecation Add a Special Case for Translating Choices in en_US_POSIX
2 parents 6a680f1 + 56437bb commit 33f072c

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
@@ -580,7 +580,7 @@ public function testAmqpStampHeadersAreUsed()
580580
$connection->publish('body', ['Foo' => 'X'], 0, new AmqpStamp(null, \AMQP_NOPARAM, ['headers' => ['Bar' => 'Y']]));
581581
}
582582

583-
public function testAmqpStampDelireryModeIsUsed()
583+
public function testAmqpStampDeliveryModeIsUsed()
584584
{
585585
$factory = new TestAmqpFactory(
586586
$this->createMock(\AMQPConnection::class),

0 commit comments

Comments
 (0)