You are here

function NodeDisplaysDefaults::getInfo in Node displays 7

Same name and namespace in other branches
  1. 6.3 tests/nd.tools.test \NodeDisplaysDefaults::getInfo()
  2. 6.2 tests/nd.tools.test \NodeDisplaysDefaults::getInfo()

Implementation of getInfo().

File

tests/nd.tools.test, line 12
Tests for Node displays (defaults)

Class

NodeDisplaysDefaults
@file Tests for Node displays (defaults)

Code

function getInfo() {
  return array(
    'name' => t('ND defaults'),
    'description' => t('Tests for default settings.'),
    'group' => t('Display suite'),
  );
}