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

Make datetime tests fake unit tests.

parent a538c20e
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 FeedsUnitTestHelper { class FeedsDateTimeTest extends FeedsWebTestCase {
protected $profile = 'testing'; protected $profile = 'testing';
public static function getInfo() { public static function getInfo() {
......
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