public static function UserBlocksUnitTests::getInfo
Archivo
- drupal-7.x/
modules/ user/ user.test, line 1596 - Tests for user.module.
Class
- UserBlocksUnitTests
- Test user blocks.
Código
public static function getInfo() {
return array(
'name' => 'User blocks',
'description' => 'Test user blocks.',
'group' => 'User',
);
}