public static function LinkitProfileUICRUDTestCase::getInfo in Linkit 7.3
Definition.
File
- test/
linkit_profile.test, line 24 - Tests for Linkit module.
Class
- LinkitProfileUICRUDTestCase
- Tests Linkit profile UI CRUD.
Code
public static function getInfo() {
return array(
'name' => 'Linkit Profile',
'description' => 'Test that a Linkit profile can be created/read(load)/updated/deleted.',
'group' => 'Linkit',
);
}