You are here

public static function FeedsTamperStrToTimeTestCase::getInfo in Feeds Tamper 6

Same name and namespace in other branches
  1. 7 tests/feeds_tamper_plugins.test \FeedsTamperStrToTimeTestCase::getInfo()

File

tests/feeds_tamper_plugins.test, line 875
Unit tests for feeds tamper plugins.

Class

FeedsTamperStrToTimeTestCase
Tests for strtotime.inc

Code

public static function getInfo() {
  return array(
    'name' => 'Plugins: String to Unix Timestamp',
    'description' => 'Unit tests for the "String to Unix Timestamp" plugin.',
    'group' => 'Feeds Tamper',
  );
}