Skip to content

Commit ced306c

Browse files
author
Stanislav Idolov
committed
magento/magento2ce#5017: Fixed code style issue
1 parent f4cf8c4 commit ced306c

File tree

1 file changed

+9
-6
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Action

1 file changed

+9
-6
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Action/AttributeTest.php

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@ class AttributeTest extends \Magento\TestFramework\TestCase\AbstractBackendContr
2222

2323
protected function setUp()
2424
{
25-
$this->publisherConsumerController = Bootstrap::getObjectManager()->create(PublisherConsumerController::class, [
26-
'consumers' => $this->consumers,
27-
'logFilePath' => TESTS_TEMP_DIR . "/MessageQueueTestLog.txt",
28-
'maxMessages' => null,
29-
'appInitParams' => Bootstrap::getInstance()->getAppInitParams()
30-
]);
25+
$this->publisherConsumerController = Bootstrap::getObjectManager()->create(
26+
PublisherConsumerController::class,
27+
[
28+
'consumers' => $this->consumers,
29+
'logFilePath' => TESTS_TEMP_DIR . "/MessageQueueTestLog.txt",
30+
'maxMessages' => null,
31+
'appInitParams' => Bootstrap::getInstance()->getAppInitParams()
32+
]
33+
);
3134

3235
try {
3336
$this->publisherConsumerController->startConsumers();

0 commit comments

Comments
 (0)