Home
last modified time | relevance | path

Searched refs:TodayNotifier (Results 1 – 4 of 4) sorted by path

/plugin/structtasks/_test/
H A DCliTest.php9 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 DNotifiersTest.php16 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/
H A Dcli.php6 use dokuwiki\plugin\structtasks\meta\TodayNotifier; alias
102 $notifiers[] = new TodayNotifier($getConf, $getLang);
/plugin/structtasks/meta/
H A DTodayNotifier.php17 class TodayNotifier extends AbstractNotifier class