From bdb6ee06fb0dca706800dc7f1abe8ab3436d6c68 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 17 Nov 2017 14:42:53 +0100 Subject: [PATCH] Implement more schedule tests --- Utils/TaskSchedule/SchedulerAbstract.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Utils/TaskSchedule/SchedulerAbstract.php b/Utils/TaskSchedule/SchedulerAbstract.php index 5445f320d..4d3e787c6 100644 --- a/Utils/TaskSchedule/SchedulerAbstract.php +++ b/Utils/TaskSchedule/SchedulerAbstract.php @@ -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.