Searched refs:TodayNotifier (Results 1 – 4 of 4) sorted by relevance
/plugin/structtasks/_test/ |
H A D | CliTest.php | 9 use dokuwiki\plugin\structtasks\meta\TodayNotifier; alias 59 $this->assertInstanceOf(TodayNotifier::class, $n[0]); 66 $this->assertInstanceOf(TodayNotifier::class, $n[0]); 105 $notifier = $this->createMock(TodayNotifier::class); 173 $notifier = $this->createMock(TodayNotifier::class);
|
H A D | NotifiersTest.php | 16 use dokuwiki\plugin\structtasks\meta\TodayNotifier; alias 261 TodayNotifier::class, $old_data['assignees'], 267 TodayNotifier::class, [], 273 TodayNotifier::class, [], $old_data, $old_data, 'today' 276 TodayNotifier::class, [],
|
/plugin/structtasks/meta/ |
H A D | TodayNotifier.php | 17 class TodayNotifier extends AbstractNotifier class
|
/plugin/structtasks/ |
H A D | cli.php | 6 use dokuwiki\plugin\structtasks\meta\TodayNotifier; alias 102 $notifiers[] = new TodayNotifier($getConf, $getLang);
|