public static function ContentLockTestCase::getInfo in Content locking (anti-concurrent editing) 6
Implementation of getInfo().
File
- tests/
content_lock.test, line 13 - Backport of Drupal 7 block.test with modifications, see BACKPORT.txt.
Class
- ContentLockTestCase
- @file Backport of Drupal 7 block.test with modifications, see BACKPORT.txt.
Code
public static function getInfo() {
return array(
'name' => 'Content lock functionality',
'description' => t('Tests locking'),
'group' => 'Edit',
);
}