Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
feeds
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
feeds
Commits
f6c3f2f2
Commit
f6c3f2f2
authored
15 years ago
by
Alex Barth
Browse files
Options
Downloads
Patches
Plain Diff
Mention required modules.
parent
3d2361fb
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/feeds_mapper_content.test
+1
-1
1 addition, 1 deletion
tests/feeds_mapper_content.test
tests/feeds_mapper_date.test
+1
-1
1 addition, 1 deletion
tests/feeds_mapper_date.test
tests/feeds_mapper_filefield.test
+1
-1
1 addition, 1 deletion
tests/feeds_mapper_filefield.test
with
3 additions
and
3 deletions
tests/feeds_mapper_content.test
+
1
−
1
View file @
f6c3f2f2
...
@@ -16,7 +16,7 @@ class FeedsMapperContentTestCase extends FeedsMapperTestCase {
...
@@ -16,7 +16,7 @@ class FeedsMapperContentTestCase extends FeedsMapperTestCase {
public
static
function
getInfo
()
{
public
static
function
getInfo
()
{
return
array
(
return
array
(
'name'
=>
t
(
'Mapper: Content'
),
'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'
),
'group'
=>
t
(
'Feeds'
),
);
);
}
}
...
...
This diff is collapsed.
Click to expand it.
tests/feeds_mapper_date.test
+
1
−
1
View file @
f6c3f2f2
...
@@ -19,7 +19,7 @@ class FeedsMapperDateTestCase extends FeedsMapperTestCase {
...
@@ -19,7 +19,7 @@ class FeedsMapperDateTestCase extends FeedsMapperTestCase {
public
static
function
getInfo
()
{
public
static
function
getInfo
()
{
return
array
(
return
array
(
'name'
=>
t
(
'Mapper: Date'
),
'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'
),
'group'
=>
t
(
'Feeds'
),
);
);
}
}
...
...
This diff is collapsed.
Click to expand it.
tests/feeds_mapper_filefield.test
+
1
−
1
View file @
f6c3f2f2
...
@@ -15,7 +15,7 @@ class FeedsMapperFileFieldTestCase extends FeedsMapperTestCase {
...
@@ -15,7 +15,7 @@ class FeedsMapperFileFieldTestCase extends FeedsMapperTestCase {
public
static
function
getInfo
()
{
public
static
function
getInfo
()
{
return
array
(
return
array
(
'name'
=>
t
(
'Mapper: FileField'
),
'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'
),
'group'
=>
t
(
'Feeds'
),
);
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment