File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Action Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments