Implement more schedule tests

This commit is contained in:
Dennis Eichhorn 2017-11-17 14:42:53 +01:00
parent 0d7d252b56
commit bdb6ee06fb

View File

@ -24,16 +24,10 @@ use phpOMS\System\File\PathException;
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0
* @codeCoverageIgnore
*/
abstract class SchedulerAbstract
{
/**
* Tasks.
*
* @var TaskAbstract[]
* @since 1.0.0
*/
protected $tasks = [];
/**
* Bin path.