mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-06 09:28:57 +02:00
unittests for task factory and dummy task classes for tests created
This commit is contained in:
committed by
Claudio Zizza
parent
0406c7de8a
commit
2c27e2c46d
@@ -11,6 +11,7 @@
|
||||
namespace Mage\Task;
|
||||
|
||||
use Mage\Config;
|
||||
use Mage\Task\AbstractTask;
|
||||
|
||||
use Exception;
|
||||
|
||||
@@ -26,7 +27,6 @@ class Factory
|
||||
*
|
||||
* @param string|array $taskData
|
||||
* @param \Mage\Config $taskConfig
|
||||
* @param Config $taskConfig
|
||||
* @param boolean $inRollback
|
||||
* @param string $stage
|
||||
* @return \Mage\Task\AbstractTask
|
||||
|
||||
Reference in New Issue
Block a user