You are here

public static function SimpleNewsSchedulerEditionTimeTest::getInfo in Simplenews Scheduler 6.2

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

Provides information about this test.

File

tests/simplenews_scheduler.test, line 271
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.',
    'group' => 'Simplenews Scheduler',
  );
}