Skip to content

Commit 84dfed8

Browse files
HUG-soclozAymDev
authored andcommitted
fix assert dynamic access and code formating
1 parent d54d6f0 commit 84dfed8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Messenger/Transport/AzureTransportTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,8 @@ public function testSendWithBrokerPropertiesStampAndDelayStamp(): void
574574
self::assertArrayHasKey('brokerproperties', $options['normalized_headers']);
575575
$now = new \DateTime('UTC');
576576
$today = $now->format('Y-m-d');
577-
$regexp = '/BrokerProperties: {"ScheduledEnqueueTimeUtc":"'.$today.' \d\d:\d\d:\d\d"}/';
578-
$this->assertMatchesRegularExpression($regexp, $options['normalized_headers']['brokerproperties'][0]);
577+
$regexp = '/BrokerProperties: {"ScheduledEnqueueTimeUtc":"' . $today . ' \d\d:\d\d:\d\d"}/';
578+
self::assertMatchesRegularExpression($regexp, $options['normalized_headers']['brokerproperties'][0]);
579579

580580
return new MockResponse();
581581
});

0 commit comments

Comments
 (0)