Skip to content

Commit 56437bb

Browse files
Merge branch '5.3' into 5.4
* 5.3: 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 a4aedbb + fbe3246 commit 56437bb

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

617-
public function testAmqpStampDelireryModeIsUsed()
617+
public function testAmqpStampDeliveryModeIsUsed()
618618
{
619619
$factory = new TestAmqpFactory(
620620
$this->createMock(\AMQPConnection::class),

0 commit comments

Comments
 (0)