You are here

public static function FeedsTamperSprintfTestCase::getInfo in Feeds Tamper 7

File

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

Class

FeedsTamperSprintfTestCase
Tests for sprintf.inc

Code

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