Skip to content
Snippets Groups Projects
Commit f6c3f2f2 authored by Alex Barth's avatar Alex Barth
Browse files

Mention required modules.

parent 3d2361fb
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ class FeedsMapperContentTestCase extends FeedsMapperTestCase {
public static function getInfo() {
return array(
'name' => t('Mapper: Content'),
'description' => t('Test Feeds Mapper support for CCK fields'),
'description' => t('Test Feeds Mapper support for CCK fields. <strong>Requires CCK module</strong>.'),
'group' => t('Feeds'),
);
}
......
......@@ -19,7 +19,7 @@ class FeedsMapperDateTestCase extends FeedsMapperTestCase {
public static function getInfo() {
return array(
'name' => t('Mapper: Date'),
'description' => t('Test Feeds Mapper support for CCK Date fields'),
'description' => t('Test Feeds Mapper support for CCK Date fields. <strong>Requires CCK and Date module</strong>.'),
'group' => t('Feeds'),
);
}
......
......@@ -15,7 +15,7 @@ class FeedsMapperFileFieldTestCase extends FeedsMapperTestCase {
public static function getInfo() {
return array(
'name' => t('Mapper: FileField'),
'description' => t('Test Feeds Mapper support for FileField CCK fields'),
'description' => t('Test Feeds Mapper support for FileField CCK fields. <strong>Requires CCK and filefield module</strong>.'),
'group' => t('Feeds'),
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment