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
22
22
23
23
protected function setUp ()
24
24
{
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
+ );
31
34
32
35
try {
33
36
$ this ->publisherConsumerController ->startConsumers ();
You can’t perform that action at this time.
0 commit comments