public static function SimpleNewsSchedulerNodeCreationTest::getInfo in Simplenews Scheduler 7
Same name and namespace in other branches
- 6.2 tests/simplenews_scheduler.test \SimpleNewsSchedulerNodeCreationTest::getInfo()
Provides information about this test.
File
- tests/
simplenews_scheduler.test, line 47 - 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',
);
}