You are here

public static function SimpleNewsSchedulerNodeCreationTest::getInfo in Simplenews Scheduler 6.2

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

Provides information about this test.

File

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

Class

SimpleNewsSchedulerNodeCreationTest
Test scheduled edition creation.

Code

public static function getInfo() {
  return array(
    'name' => 'Newsletter generation test',
    'description' => 'Testing generation of newsletters',
    'group' => 'Simplenews Scheduler',
  );
}