mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 13:28:39 +00:00
Implement more schedule tests
This commit is contained in:
parent
0d7d252b56
commit
bdb6ee06fb
|
|
@ -24,16 +24,10 @@ use phpOMS\System\File\PathException;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
abstract class SchedulerAbstract
|
abstract class SchedulerAbstract
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* Tasks.
|
|
||||||
*
|
|
||||||
* @var TaskAbstract[]
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
protected $tasks = [];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Bin path.
|
* Bin path.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user