public static function SimpleNewsSchedulerEditionDueTest::getInfo in Simplenews Scheduler 6.2
Same name and namespace in other branches
- 7 tests/simplenews_scheduler.test \SimpleNewsSchedulerEditionDueTest::getInfo()
Provides information about this test.
File
- tests/
simplenews_scheduler.test, line 342 - Tests for Simplenews Scheduler.
Class
- SimpleNewsSchedulerEditionDueTest
- Unit testing for simplenews_scheduler_get_newsletters_due().
Code
public static function getInfo() {
return array(
'name' => 'Edition due test',
'description' => 'Functional tests for simplenews_scheduler_get_newsletters_due().',
'group' => 'Simplenews Scheduler',
);
}