You are here

public static function TwitterBlockTestCase::getInfo in Twitter Block 7

Same name and namespace in other branches
  1. 7.2 tests/twitter_block.test \TwitterBlockTestCase::getInfo()

File

tests/twitter_block.test, line 10
Tests for Twitter Block module.

Class

TwitterBlockTestCase
@file Tests for Twitter Block module.

Code

public static function getInfo() {
  return array(
    'name' => 'Twitter Block functionality',
    'description' => 'Add, edit and delete custom Twitter block. Configure and move a Twitter block.',
    'group' => 'Twitter Block',
  );
}