Skip to content
Snippets Groups Projects
Commit 6ea41915 authored by Chris Leppanen's avatar Chris Leppanen
Browse files

Make FeedsDateTimeTest a real unit test.

parent 6d334dbd
No related branches found
No related tags found
No related merge requests found
...@@ -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 FeedsWebTestCase { class FeedsDateTimeTest extends FeedsUnitTestHelper {
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.
*/ */
......
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