We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82feb24 commit d4012eaCopy full SHA for d4012ea
lib/internal/Magento/Framework/Amqp/Test/Unit/Connection/FactoryTest.php
@@ -127,11 +127,11 @@ public static function connectionDataProvider()
127
return [
128
[
129
'sslEnabled' => true,
130
- 'connection_class' => AMQPStreamConnection::class,
+ 'connectionClass' => AMQPStreamConnection::class,
131
],
132
133
'sslEnabled' => false,
134
135
136
];
137
}
0 commit comments