You are here

public static function SimpleNewsSchedulerEditionTimeTest::getInfo in Simplenews Scheduler 7

Same name and namespace in other branches
  1. 6.2 tests/simplenews_scheduler.test \SimpleNewsSchedulerEditionTimeTest::getInfo()

Provides information about this test.

File

tests/simplenews_scheduler.test, line 328
Tests for Simplenews Scheduler.

Class

SimpleNewsSchedulerEditionTimeTest
Unit testing for monthly newsletter edition times.

Code

public static function getInfo() {
  return array(
    'name' => 'Edition time: monthly',
    'description' => 'Testing edition times for newsletters due every month and every 2 months.',
    'group' => 'Simplenews Scheduler',
  );
}