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