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
6ea41915
Commit
6ea41915
authored
12 years ago
by
Chris Leppanen
Browse files
Options
Downloads
Patches
Plain Diff
Make FeedsDateTimeTest a real unit test.
parent
6d334dbd
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_date_time.test
+6
-1
6 additions, 1 deletion
tests/feeds_date_time.test
with
6 additions
and
1 deletion
tests/feeds_date_time.test
+
6
−
1
View file @
6ea41915
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
* Not inheriting from Feeds base class as ParserCSV should be moved out of
* Not inheriting from Feeds base class as ParserCSV should be moved out of
* Feeds at some time.
* Feeds at some time.
*/
*/
class
FeedsDateTimeTest
extends
Feeds
WebTestCase
{
class
FeedsDateTimeTest
extends
Feeds
UnitTestHelper
{
protected
$profile
=
'testing'
;
protected
$profile
=
'testing'
;
public
static
function
getInfo
()
{
public
static
function
getInfo
()
{
...
@@ -23,6 +23,11 @@ class FeedsDateTimeTest extends FeedsWebTestCase {
...
@@ -23,6 +23,11 @@ class FeedsDateTimeTest extends FeedsWebTestCase {
);
);
}
}
public
function
setUp
()
{
parent
::
setUp
();
module_load_include
(
'inc'
,
'feeds'
,
'plugins/FeedsParser'
);
}
/**
/**
* Dispatch tests, only use one entry point method testX to save time.
* Dispatch tests, only use one entry point method testX to save time.
*/
*/
...
...
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