function NodeBlockTestCase::getInfo

File

modules/node/node.test, line 839

Class

NodeBlockTestCase
Tests the availability of the syndicate block.

Code

public static function getInfo() {
    return array(
        'name' => 'Block availability',
        'description' => 'Check if the syndicate block is available.',
        'group' => 'Node',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.