You are here

public static function FeedsAccountSwitcherTest::getInfo in Feeds 7.2

File

tests/FeedsAccountSwitcherTest.test, line 16
Contains FeedsAccountSwitcherTest.

Class

FeedsAccountSwitcherTest
Test case for account switching.

Code

public static function getInfo() {
  return array(
    'name' => 'Feeds account switcher test',
    'description' => 'Tests if switching accounts during import happens properly.',
    'group' => 'Feeds',
  );
}