Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 9b5e1cf

Browse files
committed
MAGETWO-89973: Cannot setup SSL connection to AMQP during magento installation from CLI
1 parent a04190b commit 9b5e1cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Amqp/Test/Unit/Connection/FactoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use PhpAmqpLib\Connection\AMQPStreamConnection;
1515

1616
/**
17-
* Tests \Magento\Framework\Amqp\Connection\Factory
17+
* Tests \Magento\Framework\Amqp\Connection\Factory.
1818
*/
1919
class FactoryTest extends \PHPUnit\Framework\TestCase
2020
{
@@ -121,7 +121,7 @@ public function connectionDataProvider()
121121
[
122122
'ssl_enabled' => false,
123123
'connection_class' => AMQPStreamConnection::class,
124-
]
124+
],
125125
];
126126
}
127127

0 commit comments

Comments
 (0)