-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #324 from magento-folks/MAGETWO-57129
Bug MAGETWO-56473 Can't run B2B functional tests for logic with asynchronous operations Story MAGETWO-57129 Optional RabbitMQ Component
- Loading branch information
Showing
3 changed files
with
26 additions
and
59 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
dev/tests/functional/lib/Magento/Mtf/Util/Command/Cli/Queue.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
/** | ||
* Copyright © 2016 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
|
||
namespace Magento\Mtf\Util\Command\Cli; | ||
|
||
/** | ||
* Class Queue | ||
*/ | ||
class Queue extends \Magento\Mtf\Util\Command\Cli | ||
{ | ||
/** | ||
* Starts consumer | ||
* | ||
* @param string $consumer | ||
*/ | ||
public function run($consumer) | ||
{ | ||
parent::execute('queue:consumers:start ' . $consumer . ' > /dev/null &'); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 0 additions & 54 deletions
54
lib/internal/Magento/Framework/DataObject/Test/Unit/IdentityServiceTest.php
This file was deleted.
Oops, something went wrong.