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
2810689c
Commit
2810689c
authored
13 years ago
by
Dave Reid
Browse files
Options
Downloads
Patches
Plain Diff
Test cleanup.
parent
8c58a319
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
feeds_news/feeds_news.test
+0
-3
0 additions, 3 deletions
feeds_news/feeds_news.test
feeds_ui/tests/feeds_ui.test
+0
-15
0 additions, 15 deletions
feeds_ui/tests/feeds_ui.test
tests/common_syndication_parser.test
+1
-5
1 addition, 5 deletions
tests/common_syndication_parser.test
with
1 addition
and
23 deletions
feeds_news/feeds_news.test
+
0
−
3
View file @
2810689c
...
...
@@ -18,9 +18,6 @@ class FeedsExamplesFeedTestCase extends FeedsWebTestCase {
);
}
/**
* Enable feeds_news feature.
*/
public
function
setUp
()
{
parent
::
setUp
(
array
(
'features'
,
'views'
,
'feeds_news'
));
}
...
...
This diff is collapsed.
Click to expand it.
feeds_ui/tests/feeds_ui.test
+
0
−
15
View file @
2810689c
...
...
@@ -18,21 +18,6 @@ class FeedsUIUserInterfaceTestCase extends FeedsWebTestCase {
);
}
/**
* Set up test.
*/
public
function
setUp
()
{
parent
::
setUp
(
'feeds'
,
'feeds_ui'
,
'ctools'
,
'job_scheduler'
);
$this
->
drupalLogin
(
$this
->
drupalCreateUser
(
array
(
'administer feeds'
,
'create article content'
,
'create page content'
,
)
)
);
}
/**
* UI functionality tests on
* feeds_ui_overview(),
...
...
This diff is collapsed.
Click to expand it.
tests/common_syndication_parser.test
+
1
−
5
View file @
2810689c
...
...
@@ -7,7 +7,6 @@
* @todo Could I use DrupalUnitTestCase here?
*/
class
CommonSyndicationParserTestCase
extends
DrupalWebTestCase
{
public
static
function
getInfo
()
{
return
array
(
'name'
=>
'Common Syndication Parser'
,
...
...
@@ -16,11 +15,8 @@ class CommonSyndicationParserTestCase extends DrupalWebTestCase {
);
}
/**
* Set up.
*/
public
function
setUp
()
{
parent
::
setUp
(
'feeds'
,
'feeds_ui'
,
'ctools'
,
'job_scheduler'
);
parent
::
setUp
(
array
(
'feeds'
,
'feeds_ui'
,
'ctools'
,
'job_scheduler'
)
)
;
feeds_include_library
(
'common_syndication_parser.inc'
,
'common_syndication_parser'
);
}
...
...
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