Skip to content

Commit fbe3246

Browse files
Merge branch '5.2' into 5.3
* 5.2: Use PHP_OS_FAMILY if possible 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
2 parents 0602ab2 + 23bf21e commit fbe3246

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)