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
0c53e0da
Commit
0c53e0da
authored
15 years ago
by
Alex Barth
Browse files
Options
Downloads
Patches
Plain Diff
Do not require devel.
parent
da6e3ac5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/feeds_mapper_filefield.test
+1
-5
1 addition, 5 deletions
tests/feeds_mapper_filefield.test
with
1 addition
and
5 deletions
tests/feeds_mapper_filefield.test
+
1
−
5
View file @
0c53e0da
...
@@ -25,10 +25,7 @@ class FeedsMapperFileFieldTestCase extends FeedsMapperTestCase {
...
@@ -25,10 +25,7 @@ class FeedsMapperFileFieldTestCase extends FeedsMapperTestCase {
*/
*/
public
function
setUp
()
{
public
function
setUp
()
{
// Call parent setup with the required module
// Call parent setup with the required module
parent
::
setUp
(
parent
::
setUp
(
'feeds'
,
'feeds_ui'
,
'ctools'
,
'content'
,
'filefield'
);
'devel'
,
'feeds'
,
'feeds_ui'
,
'ctools'
,
'content'
,
'filefield'
);
// Create user and login
// Create user and login
$this
->
drupalLogin
(
$this
->
drupalCreateUser
(
$this
->
drupalLogin
(
$this
->
drupalCreateUser
(
...
@@ -37,7 +34,6 @@ class FeedsMapperFileFieldTestCase extends FeedsMapperTestCase {
...
@@ -37,7 +34,6 @@ class FeedsMapperFileFieldTestCase extends FeedsMapperTestCase {
'administer feeds'
,
'administer feeds'
,
'administer nodes'
,
'administer nodes'
,
'administer site configuration'
,
'administer site configuration'
,
'access devel information'
)
)
));
));
}
}
...
...
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