You are here

public static function SimpleNewsSchedulerNextRunTimeTest::getInfo in Simplenews Scheduler 6.2

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

Provides information about this test.

File

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

Class

SimpleNewsSchedulerNextRunTimeTest
Unit testing for monthly newsletter next run times.

Code

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